Skip to content

Commit fb4a234

Browse files
committed
Removed an unused import
1 parent 766212e commit fb4a234

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from datetime import datetime
66
from lxml import etree
77
from os import path
8-
from pytest import mark, raises
8+
from pytest import mark
99

1010
BASE_DIR = path.abspath(path.dirname(__file__))
1111

0 commit comments

Comments
 (0)