We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ce054e commit 8337b3bCopy full SHA for 8337b3b
sdks/python/hatchet_sdk/exceptions.py
@@ -5,6 +5,7 @@
5
6
class HatchetError(Exception):
7
"""Base exception for all Hatchet SDK errors."""
8
+
9
pass # noqa: PIE790
10
11
0 commit comments