Skip to content

Commit 2ab3e5d

Browse files
authored
Combine import statements for clarity
1 parent 71dad8d commit 2ab3e5d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

github/avatar_manager.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
from typing import TYPE_CHECKING
2-
from typing import Optional
1+
from typing import TYPE_CHECKING, Optional
32
import asyncio
43
import time
54

0 commit comments

Comments
 (0)