diff --git a/tests/__init__.py b/tests/__init__.py index c3f09f0..af852cd 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,5 +1,3 @@ -import time - import obsstudio_sdk as obs req_cl = obs.ReqClient() diff --git a/tests/test_attrs.py b/tests/test_attrs.py index 689ae8a..6fe1617 100644 --- a/tests/test_attrs.py +++ b/tests/test_attrs.py @@ -1,5 +1,3 @@ -import pytest - from tests import req_cl