Skip to content
This repository was archived by the owner on Apr 4, 2024. It is now read-only.

Commit 3994b38

Browse files
authored
Updated imports to PEP8
1 parent b537b64 commit 3994b38

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fastapi_socketio/socket_manager.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
from typing import Union
2+
13
import socketio
2-
from typing import Optional, Union
34
from fastapi import FastAPI
45

56
class SocketManager:

0 commit comments

Comments
 (0)