Skip to content

Commit

Permalink
fix: import context so it can be properly exported (#150)
Browse files Browse the repository at this point in the history
import context so it can be properly exported
  • Loading branch information
HomelessDinosaur authored Oct 22, 2024
1 parent 3acd30b commit a5be9fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nitric/resources/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"""Nitric Python SDK API Documentation. See: https://nitric.io/docs?lang=python for full framework documentation."""

from nitric.resources.apis import Api, api, ApiOptions, ApiDetails, JwtSecurityDefinition, oidc_rule
from nitric.resources.buckets import Bucket, bucket
from nitric.resources.buckets import Bucket, bucket, BucketNotificationContext, FileNotificationContext
from nitric.resources.kv import KeyValueStoreRef, kv
from nitric.resources.schedules import ScheduleServer, schedule
from nitric.resources.secrets import Secret, secret
Expand Down

0 comments on commit a5be9fa

Please sign in to comment.