Skip to content

Commit

Permalink
Format fixes by ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
knutnergaard authored and github-actions[bot] committed Nov 25, 2024
1 parent ae7328f commit ae1dcbb
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion Lib/fontParts/base/lib.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
from __future__ import annotations
from typing import TYPE_CHECKING, Any, Callable, Dict, Iterator, List, Optional, Tuple, TypeVar
from typing import (
TYPE_CHECKING,
Any,
Callable,
Dict,
Iterator,
List,
Optional,
Tuple,
TypeVar,
)

from fontParts.base.base import BaseDict, dynamicProperty, reference
from fontParts.base import normalizers
Expand Down

0 comments on commit ae1dcbb

Please sign in to comment.