Skip to content

Commit 2e18dc8

Browse files
committed
remove unused import
1 parent 23762b9 commit 2e18dc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_load_config_files.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import os
22
import sys
3-
from tempfile import NamedTemporaryFile, TemporaryDirectory
3+
from tempfile import TemporaryDirectory
44
import unittest
55
from unittest import TestCase
66

0 commit comments

Comments
 (0)