Skip to content

Commit aec6132

Browse files
author
Jeeven Dhanoa
committed
Get rid of lint failures
1 parent a9ae3e6 commit aec6132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/services/location/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ async def get_all(self):
1818
raise NotImplementedError
1919

2020
@abstractmethod
21-
async def get(self, id): # pylint: disable=redefined-builtin,invalid-name
21+
async def get(self, loc_id): # pylint: disable=redefined-builtin,invalid-name
2222
"""
2323
Gets and returns location with the provided id.
2424

0 commit comments

Comments
 (0)