From 8dfefe10d62b5f43a3e865e1a26de6b4a660d4a7 Mon Sep 17 00:00:00 2001 From: Caleb Robinson Date: Sat, 28 Sep 2024 21:54:57 +0000 Subject: [PATCH] ClassVar not needed --- torchgeo/datasets/ftw.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/torchgeo/datasets/ftw.py b/torchgeo/datasets/ftw.py index 6b1f4833d7..7d4d92273d 100644 --- a/torchgeo/datasets/ftw.py +++ b/torchgeo/datasets/ftw.py @@ -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',