Skip to content

Commit

Permalink
Flake8 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart committed Apr 14, 2023
1 parent 08d3413 commit 65f391f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchgeo/datasets/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from collections.abc import Iterable, Iterator, Sequence
from dataclasses import dataclass
from datetime import datetime, timedelta
from typing import Any, Optional, Union, cast, overload
from typing import Any, cast, overload

import numpy as np
import rasterio
Expand Down

0 comments on commit 65f391f

Please sign in to comment.