From 27fdf75da2be28e1f9d12f60e6748b4fd3cf0a0e Mon Sep 17 00:00:00 2001 From: Caleb Robinson Date: Sun, 20 Mar 2022 17:22:39 +0000 Subject: [PATCH] Removing unused imports --- tests/datasets/test_geo.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/datasets/test_geo.py b/tests/datasets/test_geo.py index 3c8c65d2015..4d790de9c3a 100644 --- a/tests/datasets/test_geo.py +++ b/tests/datasets/test_geo.py @@ -4,13 +4,12 @@ import os import pickle from pathlib import Path -from typing import Dict, Generator +from typing import Dict import pytest import torch import torch.nn as nn from _pytest.fixtures import SubRequest -from _pytest.monkeypatch import MonkeyPatch from rasterio.crs import CRS from torch.utils.data import ConcatDataset