Skip to content

Commit

Permalink
Add some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
goodoldneon committed Jun 6, 2024
1 parent c503c97 commit 515054f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion inngest/experimental/digital_ocean_simulator.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
"""
Simulator for the DigitalOcean Function runtime.
NOT STABLE! This is an experimental feature and may change in the future.
NOT STABLE! This is an experimental feature and may change in the future. If
you'd like to use it, we recommend copying this file into your source code.
"""

import dataclasses
Expand Down
3 changes: 2 additions & 1 deletion inngest/experimental/encryption_middleware.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
"""
Encryption middleware for Inngest.
NOT STABLE! This is an experimental feature and may change in the future.
NOT STABLE! This is an experimental feature and may change in the future. If
you'd like to use it, we recommend copying this file into your source code.
"""

from __future__ import annotations
Expand Down
3 changes: 2 additions & 1 deletion inngest/experimental/sentry_middleware.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
"""
Sentry middleware for Inngest.
NOT STABLE! This is an experimental feature and may change in the future.
NOT STABLE! This is an experimental feature and may change in the future. If
you'd like to use it, we recommend copying this file into your source code.
"""

from __future__ import annotations
Expand Down

0 comments on commit 515054f

Please sign in to comment.