remove pretty print

patch bump
This commit is contained in:
2022-11-13 12:55:28 +00:00
parent d0c5f776a2
commit 22217a40b0
2 changed files with 1 additions and 4 deletions

View File

@@ -1,5 +1,4 @@
import logging
import pprint
from pathlib import Path
import socketio
@@ -12,8 +11,6 @@ except ModuleNotFoundError:
from .models import as_dataclass
pp = pprint.PrettyPrinter(indent=4)
class Client:
logger = logging.getLogger("socketio.socketio")