Skip to content

Commit b5f3780

Browse files
tylerhutchersonabrookins
authored andcommitted
clean up tests a bit
1 parent 0379db5 commit b5f3780

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed
File renamed without changes.

tests/unit/test_utils.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
import importlib
2-
import io
3-
import logging
41
import re
52
import sys
63
from functools import wraps

tests/unit/test_validation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"""
1010

1111
import re
12-
from typing import Any, Dict, List, Optional, Tuple, Union
12+
from typing import Any, List, Optional, Tuple, Union
1313

1414
import pytest
1515

0 commit comments

Comments
 (0)