From 472ff3071987f08ab601c400e783a40de5cd5911 Mon Sep 17 00:00:00 2001 From: onyx-and-iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Sat, 30 Jul 2022 17:18:01 +0100 Subject: [PATCH] remove redundant imports in tests --- tests/__init__.py | 2 -- tests/test_attrs.py | 2 -- 2 files changed, 4 deletions(-) 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