Skip to content

Commit

Permalink
Docstring clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
Koen van Eijk committed Sep 29, 2020
1 parent cde4b29 commit 06e2acd
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions automagica/bots.py
Expand Up @@ -11,9 +11,7 @@


class ConsoleHandler(logging.Handler):
"""
Custom console logging handler based on the Python built-in logging.Handler
"""
"""Custom console logging handler based on the Python built-in logging.Handler"""

def __init__(self, write_handler, *args, **kwargs):
"""
Expand All @@ -30,9 +28,7 @@ def emit(self, record):


class ModifiedInterpreter(code.InteractiveInterpreter):
"""
Adaptation of the Python built-in code.InteractiveInterpreter
"""
"""Adaptation of the Python built-in code.InteractiveInterpreter"""

def __init__(self, *args, **kwargs):
"""
Expand Down

0 comments on commit 06e2acd

Please sign in to comment.