Skip to content

Commit

Permalink
Fixed circular import
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessioNar committed Dec 28, 2024
1 parent c0ffd33 commit 6eb2c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/parsers/test_html.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import unittest
import os
from tulit.parsers.html import HTMLParser
from tulit.parsers.xhtml import HTMLParser
import json

DATA_DIR = os.path.join(os.path.dirname(__file__), "..\\data\\html")
Expand Down

0 comments on commit 6eb2c4f

Please sign in to comment.