Skip to content

Commit

Permalink
chore: fix import after renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
ilfa committed Nov 22, 2024
1 parent 39dd5ac commit 1c684db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fingerprint_pro_server_api_sdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,6 @@
from fingerprint_pro_server_api_sdk.models.webhook_velocity import WebhookVelocity
from fingerprint_pro_server_api_sdk.models.webhook_virtual_machine import WebhookVirtualMachine
# import custom methods into sdk package
from fingerprint_pro_server_api_sdk.webhook import Webhook
from fingerprint_pro_server_api_sdk.webhook_validation import WebhookValidation
from fingerprint_pro_server_api_sdk.sealed import ApiClientDeserializer, DecryptionAlgorithm, DecryptionKey, \
UnsealError, UnsealAggregateError, unseal_event_response
2 changes: 1 addition & 1 deletion template/__init__package.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ from {{packageName}}.base_model import BaseModel
{{#models}}{{#model}}from {{modelPackage}}.{{classFilename}} import {{classname}}
{{/model}}{{/models}}
# import custom methods into sdk package
from {{packageName}}.webhook import Webhook
from {{packageName}}.webhook_validation import WebhookValidation
from {{packageName}}.sealed import ApiClientDeserializer, DecryptionAlgorithm, DecryptionKey, \
UnsealError, UnsealAggregateError, unseal_event_response

0 comments on commit 1c684db

Please sign in to comment.