We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdbc003 commit ae98131Copy full SHA for ae98131
app/location/__init__.py
@@ -3,15 +3,7 @@
3
from ..utils import countries
4
from ..utils.populations import country_population
5
6
-class Locations:
7
- def __init__(self,locations: list[Location]):
8
- self.locations = locations
9
10
- def add_service(self,location):
11
- self.locations.append(location)
12
-
13
- def get_location(self):
14
- return locations
15
16
# pylint: disable=redefined-builtin,invalid-name
17
class Location: # pylint: disable=too-many-instance-attributes
0 commit comments