Skip to content

Commit

Permalink
Try to remove API client
Browse files Browse the repository at this point in the history
  • Loading branch information
michal-lightly committed Apr 25, 2024
1 parent be17ad2 commit bf30e57
Show file tree
Hide file tree
Showing 356 changed files with 22 additions and 61,596 deletions.
12 changes: 6 additions & 6 deletions lightly/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@

if os.getenv("LIGHTLY_DID_VERSION_CHECK", "False") == "False":
os.environ["LIGHTLY_DID_VERSION_CHECK"] = "True"
import multiprocessing
# import multiprocessing

if multiprocessing.current_process().name == "MainProcess":
from lightly.api import _version_checking
# if multiprocessing.current_process().name == "MainProcess":
# from lightly_api.api import _version_checking

_version_checking.check_is_latest_version_in_background(
current_version=__version__
)
# _version_checking.check_is_latest_version_in_background(
# current_version=__version__
# )
11 changes: 0 additions & 11 deletions lightly/active_learning/__init__.py

This file was deleted.

6 changes: 0 additions & 6 deletions lightly/active_learning/config/__init__.py

This file was deleted.

54 changes: 0 additions & 54 deletions lightly/active_learning/config/selection_config.py

This file was deleted.

15 changes: 0 additions & 15 deletions lightly/api/__init__.py

This file was deleted.

73 changes: 0 additions & 73 deletions lightly/api/_version_checking.py

This file was deleted.

Loading

0 comments on commit bf30e57

Please sign in to comment.