Skip to content

Commit 5e98ed5

Browse files
committed
fmt
1 parent 1114091 commit 5e98ed5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/fdiff/diff.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
from fontTools.ttLib import TTFont # type: ignore
1313

1414
from .exceptions import AIOError
15-
from .remote import (_get_filepath_from_url,
16-
create_async_get_request_session_and_run)
15+
from .remote import _get_filepath_from_url, create_async_get_request_session_and_run
1716
from .utils import get_file_modtime
1817

1918
#

lib/fdiff/remote.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import asyncio
44
import os.path
55
import urllib.parse
6+
67
# from collections import namedtuple
78
from typing import Any, AnyStr, List, NamedTuple, Optional, Text, Tuple
89

0 commit comments

Comments
 (0)