Skip to content

Commit a5be9fa

Browse files
fix: import context so it can be properly exported (#150)
import context so it can be properly exported
1 parent 3acd30b commit a5be9fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nitric/resources/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"""Nitric Python SDK API Documentation. See: https://nitric.io/docs?lang=python for full framework documentation."""
2020

2121
from nitric.resources.apis import Api, api, ApiOptions, ApiDetails, JwtSecurityDefinition, oidc_rule
22-
from nitric.resources.buckets import Bucket, bucket
22+
from nitric.resources.buckets import Bucket, bucket, BucketNotificationContext, FileNotificationContext
2323
from nitric.resources.kv import KeyValueStoreRef, kv
2424
from nitric.resources.schedules import ScheduleServer, schedule
2525
from nitric.resources.secrets import Secret, secret

0 commit comments

Comments
 (0)