Skip to content
This repository was archived by the owner on Sep 2, 2022. It is now read-only.

Commit 8f16571

Browse files
committed
Fix an import ordering
1 parent d6c00af commit 8f16571

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

apilytics/core.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@
44
import types
55
import urllib.error
66
import urllib.request
7+
from typing import ClassVar, Optional, Type
78

89
__all__ = ["ApilyticsSender"]
910

10-
from typing import ClassVar, Optional, Type
11-
1211

1312
class ApilyticsSender:
1413
"""

0 commit comments

Comments
 (0)