We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c41d28 commit 11f48ceCopy full SHA for 11f48ce
1 file changed
MapConfig/map.py
@@ -6,7 +6,6 @@
6
7
class GeoMap:
8
def __init__(self):
9
- """Initialize without center. First place added will set center."""
10
self._map = None
11
self._has_center = False
12
0 commit comments