satisfy linter and type checker in many places

This commit is contained in:
Laura Klünder 2022-04-03 20:19:41 +02:00
parent 9d21f8c933
commit fb4da7c768
16 changed files with 38 additions and 26 deletions

View file

@ -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)