Skip to content

Commit

Permalink
fix: import expansion error
Browse files Browse the repository at this point in the history
Signed-off-by: YUUU23 <[email protected]>
  • Loading branch information
YUUU23 committed Jun 12, 2024
1 parent 7d3dad7 commit 828bec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/pash_compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from datetime import datetime

from sh_expand import env_vars_util
from sh_expand import ExpansionError
from sh_expand.expand import ExpansionError

import config
from ir import *
Expand Down

0 comments on commit 828bec3

Please sign in to comment.