mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-17 05:11:15 +00:00
chore: remove some unused noqa's
This commit is contained in:
@@ -41,7 +41,7 @@ class UvicornServer(uvicorn.Server):
|
||||
but we need to create uvloop event loop manually
|
||||
"""
|
||||
try:
|
||||
import uvloop # noqa
|
||||
import uvloop
|
||||
except ImportError: # pragma: no cover
|
||||
asyncio_setup()
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user