Skip to content

Commit

Permalink
Remove duplicate imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
TJohnsonAZ committed May 21, 2024
1 parent 601023c commit 99731db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion epymorph/geo/adrio/adrio.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

from numpy.typing import NDArray

from epymorph.geo.spec import AttributeDef, TimePeriod
from epymorph.geo.spec import TimePeriod
from epymorph.geography.scope import GeoScope
from epymorph.simulation import AttributeDef

Expand Down
2 changes: 1 addition & 1 deletion epymorph/geo/adrio/census/adrio_census.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from epymorph.data_type import CentroidDType
from epymorph.error import GeoValidationException
from epymorph.geo.adrio.adrio import ADRIO, ADRIOMaker
from epymorph.geo.spec import AttributeDef, TimePeriod, Year
from epymorph.geo.spec import TimePeriod, Year
from epymorph.geography.us_census import (BLOCK_GROUP, COUNTY, STATE, TRACT,
BlockGroupScope, CensusScope,
CountyScope, StateScope,
Expand Down

0 comments on commit 99731db

Please sign in to comment.