Skip to content

Commit

Permalink
Not using logging
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjc committed Apr 16, 2021
1 parent 51e54d6 commit 1481113
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions flake8_rst_docstrings.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
source code.
"""

import logging
import sys

from tokenize import open as tokenize_open
Expand All @@ -20,8 +19,6 @@
__version__ = "0.1.1"


log = logging.getLogger(__name__)

rst_prefix = "RST"
rst_fail_load = 900
rst_fail_parse = 901
Expand Down

0 comments on commit 1481113

Please sign in to comment.