Skip to content

Commit

Permalink
Black
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledhosny committed Dec 2, 2023
1 parent 488a5b8 commit 87ce061
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/ufoLib2/serde/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ def serde(cls: Type[T]) -> Type[T]:

supported_formats = []
for fmt in _SERDE_FORMATS_:

try:
serde_submodule = import_module(f"ufoLib2.serde.{fmt}")
except ImportError as exc:
Expand Down
1 change: 0 additions & 1 deletion tests/serde/test_msgpack.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ def test_dumps_loads(ufo_UbuTestData: ufoLib2.objects.Font) -> None:


def test_dump_load(tmp_path: Path, ufo_UbuTestData: ufoLib2.objects.Font) -> None:

font = ufo_UbuTestData
with open(tmp_path / "test.msgpack", "wb") as f:
font.msgpack_dump(f) # type: ignore
Expand Down

0 comments on commit 87ce061

Please sign in to comment.