Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
trystyncote committed Nov 13, 2023
2 parents 6b4d832 + 4a2eadd commit ee198af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scrivid/_file_objects/adjustments.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from .properties import EXCLUDED, Properties

from abc import ABC, abstractmethod
from typing import TYPE_CHECKING
from typing import NamedTuple, TYPE_CHECKING

if TYPE_CHECKING:
from collections.abc import Hashable, Union
Expand Down

0 comments on commit ee198af

Please sign in to comment.