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

Commit f2685e8

Browse files
committed
Add DeprecationWarning to move to Seam
1 parent df315f8 commit f2685e8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

seamapi/__init__.py

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
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)
7+
48
from seamapi.seam import Seam
59
from seamapi.seam import SeamApiException
10+
import warnings

0 commit comments

Comments
 (0)