We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbead6f commit 52fee0cCopy full SHA for 52fee0c
scripts/update_stream.py
@@ -26,7 +26,7 @@
26
27
import dotenv
28
from ceramic.ceramic import Ceramic
29
-from ceramic.streams import (
+from ceramic.streams import ( # pylint: disable=unused-import
30
CONTRIBUTE_PROD_CENTAURS_STREAM_ID,
31
CONTRIBUTE_PROD_DB_STREAM_ID,
32
)
0 commit comments