Skip to content

Commit

Permalink
Refactor code for speed and clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher committed Jun 30, 2024
1 parent 29b513e commit ba73a19
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import pytest
import requests

from hub_sdk import HUBClient

from tests.features.object_manager import ObjectManager
from tests.test_data.data import TestData

Expand Down
2 changes: 1 addition & 1 deletion tests/functional/test_auth.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import pytest

from hub_sdk import HUBClient

from tests.test_data.data import TestData
from tests.utils.base_class import BaseClass

Expand Down
1 change: 0 additions & 1 deletion tests/utils/base_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import time

import pytest

from hub_sdk import HUBClient


Expand Down

0 comments on commit ba73a19

Please sign in to comment.