mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-11-09 19:36:44 +00:00
Optimize imports
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import sys
|
||||
import logging
|
||||
import sys
|
||||
|
||||
logger = logging.getLogger('none')
|
||||
default_handler = logging.StreamHandler(sys.stdout)
|
||||
|
||||
Reference in New Issue
Block a user