mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-16 15:37:35 +08:00
change: remove unused imports
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
import os
|
||||
import unittest
|
||||
|
||||
from httprunner import exceptions, loader, validator
|
||||
from httprunner import exceptions, loader
|
||||
|
||||
|
||||
class TestFileLoader(unittest.TestCase):
|
||||
|
||||
Reference in New Issue
Block a user