Fix flake8-docstrings D200 One-line docstring should fit on one line with quotes

This commit is contained in:
Labrys of Knossos 2019-04-05 14:45:48 -04:00
commit 4dd58afaf6
3 changed files with 5 additions and 15 deletions

View file

@ -111,9 +111,7 @@ class NTMRotatingLogHandler(object):
self.close_log(old_handler)
def _config_handler(self):
"""
Configure a file handler to log at file_name and return it.
"""
"""Configure a file handler to log at file_name and return it."""
file_handler = logging.FileHandler(self.log_file_path, encoding='utf-8')