Skip to content

Commit

Permalink
Fix linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Dec 11, 2024
1 parent bf66f0d commit 26acf0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/monty/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from typing import TYPE_CHECKING, Literal, cast

if TYPE_CHECKING:
from typing import IO, Any, Generator, Union
from typing import IO, Any, Iterator, Union


class EncodingWarning(Warning): ... # Added in Python 3.10
Expand Down

0 comments on commit 26acf0b

Please sign in to comment.