Skip to content

Commit

Permalink
Fix environ method import
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Aug 31, 2024
1 parent 8a7d802 commit a4082b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ppt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"""
Protable toolchains for python
"""
from environ import environ
from common import environ

ALL = ("environ",)

0 comments on commit a4082b0

Please sign in to comment.