Skip to content

Commit

Permalink
chore(taipy-common): fix config import on migrate_cli
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoandre-avaiga committed Sep 29, 2024
1 parent 8cacf9f commit 1b4fc65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taipy/core/_entity/_migrate_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

from taipy.common._cli._base_cli._abstract_cli import _AbstractCLI
from taipy.common._cli._base_cli._taipy_parser import _TaipyParser
from taipy.common.config.config import Config
from taipy.common.config import Config

from ._migrate import (
_migrate_fs_entities,
Expand Down

0 comments on commit 1b4fc65

Please sign in to comment.