Skip to content

Commit

Permalink
Remaning pipeline import
Browse files Browse the repository at this point in the history
  • Loading branch information
westwj1 authored and ali-i3 committed Jun 8, 2023
1 parent ece8daa commit c4429ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from importlib import reload
import time

import src.main as src
import src.pipeline as src

# reload the pipeline module to implement any changes
reload(src)
Expand Down

0 comments on commit c4429ce

Please sign in to comment.