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

Commit 370467a

Browse files
committed
Raise runtime error on import
1 parent e9497fb commit 370467a

File tree

3 files changed

+1
-143
lines changed

3 files changed

+1
-143
lines changed

.github/workflows/check.yml

Lines changed: 0 additions & 64 deletions
This file was deleted.

.github/workflows/test.yml

Lines changed: 0 additions & 76 deletions
This file was deleted.

seamapi/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# flake8: noqa
22
# type: ignore
33

4-
import warnings
5-
6-
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)
4+
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")
75

86
from seamapi.seam import Seam
97
from seamapi.seam import SeamApiException

0 commit comments

Comments
 (0)