1
0
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:
Athanasius 2020-07-26 11:51:58 +01:00
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.