mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-21 11:27:38 +03:00
No need to subclass object.
This commit is contained in:
parent
307910739a
commit
3653a1342f
@ -9,7 +9,7 @@ import sys
|
||||
import logging
|
||||
from typing import Tuple
|
||||
|
||||
class logger(object):
|
||||
class logger():
|
||||
"""
|
||||
Wrapper class for all logging configuration and code.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user