forked from p15670423/monkey
Remove "__author__" field
This commit is contained in:
parent
8dc84ee0f7
commit
805ab989b9
|
@ -3,9 +3,6 @@ import os
|
||||||
from copy import deepcopy
|
from copy import deepcopy
|
||||||
from typing import Dict
|
from typing import Dict
|
||||||
|
|
||||||
__author__ = "Maor.Rayzin"
|
|
||||||
|
|
||||||
|
|
||||||
LOGGER_CONFIG_DICT = {
|
LOGGER_CONFIG_DICT = {
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"disable_existing_loggers": False,
|
"disable_existing_loggers": False,
|
||||||
|
|
Loading…
Reference in New Issue