satisfy linter and type checker in many places
This commit is contained in:
parent
9d21f8c933
commit
fb4da7c768
16 changed files with 38 additions and 26 deletions
|
@ -32,7 +32,7 @@ class MapRenderer:
|
|||
|
||||
def render(self, engine_cls, center=True):
|
||||
# add no access restriction to “unlocked“ access restrictions so lookup gets easier
|
||||
access_permissions = self.access_permissions | set([None])
|
||||
access_permissions = self.access_permissions | {None}
|
||||
|
||||
bbox = prepared.prep(self.bbox)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue