Skip to content

Commit

Permalink
ignore isort comment rewrite in test_core.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jquast committed Jan 15, 2023
1 parent 1180fa1 commit bfdf76b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/test_core.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# coding: utf-8
"""Core tests for wcwidth module."""
# 3rd party
"""Core tests for wcwidth module. isort:skip_file"""
try:
# std import
import importlib.metadata as importmeta
except ImportError:
# 3rd party for python3.7 and earlier
import importlib_metadata as importmeta

# local
Expand Down

0 comments on commit bfdf76b

Please sign in to comment.