Skip to content

Commit

Permalink
fixup! Move string_types to covimerage._compat
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed May 16, 2021
1 parent 052a788 commit f7a1d02
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions covimerage/utils.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import os
import re

from ._compat import shell_quote
from ._compat import string_types
from ._compat import shell_quote, string_types

# Empty (whitespace only), comments, continued, or `end` statements.
RE_NON_EXECED = re.compile(r'^\s*("|end|$)')
Expand Down

0 comments on commit f7a1d02

Please sign in to comment.