mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 14:54:21 +01:00
Fix all flake8 errors in all python files (+ edit configuration files).
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import sys
|
||||
from copy import copy
|
||||
|
||||
from logging import *
|
||||
from logging import FileHandler, Formatter, Logger, LogRecord, StreamHandler
|
||||
from typing import TYPE_CHECKING, Literal, Optional
|
||||
|
||||
if TYPE_CHECKING:
|
||||
|
||||
Reference in New Issue
Block a user