Skip to content

Commit

Permalink
fix: import expansion error
Browse files Browse the repository at this point in the history
  • Loading branch information
YUUU23 committed Jun 12, 2024
1 parent dbdcecf commit 5b2f3db
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 5b2f3db

Please sign in to comment.