Skip to content

Commit

Permalink
Allow schema migration of block documents during Block.save (#8056)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzstoatzz authored and madkinsz committed Jan 12, 2023
1 parent 42c61b1 commit b2080d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/blocks/test_core.py
Expand Up @@ -18,7 +18,7 @@
from prefect.orion import models
from prefect.orion.schemas.actions import BlockDocumentCreate
from prefect.orion.schemas.core import DEFAULT_BLOCK_SCHEMA_VERSION
from prefect.utilities.dispatch import get_registry_for_type, lookup_type, register_type
from prefect.utilities.dispatch import lookup_type, register_type
from prefect.utilities.names import obfuscate_string


Expand Down

0 comments on commit b2080d5

Please sign in to comment.