Skip to content

Commit

Permalink
Removing unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
calebrob6 committed Mar 20, 2022
1 parent 190c910 commit 27fdf75
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/datasets/test_geo.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 27fdf75

Please sign in to comment.