refactor: clean and optimize imports.

This commit is contained in:
Upstream Data
2024-05-01 14:29:02 -06:00
parent 60e38fb8bc
commit 7e02a6b932
15 changed files with 3 additions and 18 deletions

View File

@@ -14,10 +14,10 @@
# limitations under the License. -
# ------------------------------------------------------------------------------
from tests.rpc_tests import *
from tests.config_tests import TestConfig
from tests.miners_tests import MinersTest
from tests.network_tests import NetworkTest
from tests.rpc_tests import *
if __name__ == "__main__":
# `coverage run --source pyasic -m unittest discover` will give code coverage data