Skip to content

Commit

Permalink
style: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
raspersc2 committed Jan 1, 2025
1 parent bcda693 commit f30a95e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions map_analyzer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
__version__ = "0.2.0"

# flake8: noqa
from pkg_resources import DistributionNotFound, get_distribution

from .constructs import ChokeArea, MDRamp, VisionBlockerArea
from .MapData import MapData
from .Polygon import Polygon
Expand Down

0 comments on commit f30a95e

Please sign in to comment.