Remove "__author__" field

This commit is contained in:
Shreya 2021-05-11 17:58:07 +05:30
parent 8dc84ee0f7
commit 805ab989b9
1 changed files with 0 additions and 3 deletions

View File

@ -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,