Skip to content

Commit

Permalink
Format fixes by ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
benkiel authored and github-actions[bot] committed Nov 22, 2024
1 parent cbda0c3 commit 7b3e66b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lib/fontParts/test/test_normalizers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1428,6 +1428,7 @@ def test_normalizeGlyphNote_notString(self):
# normalizeFilePath
def test_normalizeFilePath_pathlib_path(self):
from pathlib import Path

path = Path(os.getcwd(), "Test.ufo")
self.assertIsInstance(path, Path)
result = normalizers.normalizeFilePath(path)
Expand Down

0 comments on commit 7b3e66b

Please sign in to comment.