rewrite imports

This commit is contained in:
Kiryl
2021-10-05 14:01:05 +03:00
parent 236233fff1
commit 943b1f0754
12 changed files with 53 additions and 64 deletions

View File

@@ -1,5 +1,5 @@
import logging
import os
import logging
class BookLogger:
@@ -8,7 +8,6 @@ class BookLogger:
logging_format='%(asctime)s - %(levelname)s - %(message)s'):
"""
Method for Logger configuration. Logger will write to file.
:param name: name of the Logger.
:param attr_name: name of attribute that will be added to self.
:param filename: name of the log file.