Skip to content

Commit

Permalink
chore: rm unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdoret committed Nov 3, 2023
1 parent b2a90a4 commit 897a14e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_parsers.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import pytest

from gimie.io import LocalResource
from gimie.parsers import get_parser, list_parsers, select_parser, parse_files
from gimie.parsers import get_parser, list_parsers, parse_files


def test_get_parser():
Expand Down

0 comments on commit 897a14e

Please sign in to comment.