Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
Raise runtime error on import
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Jun 27, 2024
1 parent e9497fb commit 370467a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 143 deletions.
64 changes: 0 additions & 64 deletions .github/workflows/check.yml

This file was deleted.

76 changes: 0 additions & 76 deletions .github/workflows/test.yml

This file was deleted.

4 changes: 1 addition & 3 deletions seamapi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# flake8: noqa
# type: ignore

import warnings

warnings.warn("The seamapi package has been moved to seam. \n Please refer to the migration guide at https://github.com/seamapi/python/releases/tag/v1.0.0", DeprecationWarning)
raise RuntimeError("The seamapi package has been moved to seam. \n Please refer to the migration guide at https://github.com/seamapi/python/releases/tag/v1.0.0")

from seamapi.seam import Seam
from seamapi.seam import SeamApiException
Expand Down

0 comments on commit 370467a

Please sign in to comment.