remove redundant imports in tests

This commit is contained in:
onyx-and-iris 2022-07-30 17:18:01 +01:00
parent 7d4f63aa6d
commit 472ff30719
2 changed files with 0 additions and 4 deletions

View File

@ -1,5 +1,3 @@
import time
import obsstudio_sdk as obs import obsstudio_sdk as obs
req_cl = obs.ReqClient() req_cl = obs.ReqClient()

View File

@ -1,5 +1,3 @@
import pytest
from tests import req_cl from tests import req_cl