Skip to content

Commit

Permalink
ClassVar not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
calebrob6 committed Sep 28, 2024
1 parent 05f8826 commit 8dfefe1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions torchgeo/datasets/ftw.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,7 @@ class FieldsOfTheWorld(NonGeoDataset):
'vietnam',
)

base_url: ClassVar[str] = (
'https://data.source.coop/kerner-lab/fields-of-the-world-archive/'
)
base_url = 'https://data.source.coop/kerner-lab/fields-of-the-world-archive/'

country_to_md5: ClassVar[dict[str, str]] = {
'austria': '35604e3e3e78b4469e443bc756e19d26',
Expand Down

0 comments on commit 8dfefe1

Please sign in to comment.