Skip to content

Commit

Permalink
Remove unused imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
knutnergaard committed Dec 8, 2024
1 parent 7b53f67 commit 524abfa
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions Lib/fontParts/base/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@
TYPE_CHECKING,
Any,
Callable,
Generic,
List,
Optional,
Tuple,
Type,
Union,
)

Expand All @@ -21,23 +18,15 @@
from fontParts.base.errors import FontPartsError
from fontParts.base.deprecated import DeprecatedInfo, RemovedInfo
from fontParts.base.annotations import (
CharacterMappingType,
CollectionType,
QuadrupleCollectionType,
TransformationType,
ReverseComponentMappingType,
IntFloatType,
)

if TYPE_CHECKING:
from fontParts.base.font import BaseFont
from fontParts.base.glyph import BaseGlyph
from fontParts.base.lib import BaseLib


# Notes


class BaseInfo(BaseObject, DeprecatedInfo, RemovedInfo):
"""Represent the basis for an info object."""

Expand Down

0 comments on commit 524abfa

Please sign in to comment.