Skip to content

Commit

Permalink
Fix module import
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolphpienaar committed Aug 11, 2023
1 parent 891c17c commit f88082d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pfdorun/pfdorun.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@

import os
import importlib.metadata
from . import pfdo_run
#from . import pfdo_run
import pfdo_run
import pudb

from chrisapp.base import ChrisApp
Expand Down

0 comments on commit f88082d

Please sign in to comment.