Skip to content

Commit

Permalink
fix(#5210): Removing library time from main in provision
Browse files Browse the repository at this point in the history
  • Loading branch information
pro-akim committed Apr 15, 2024
1 parent f23035e commit 318679a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions deployability/modules/provision/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
import os
import sys

import time

project_root = os.path.abspath(os.path.join(os.path.dirname(__file__), '../..'))
sys.path.append(project_root)

Expand Down

0 comments on commit 318679a

Please sign in to comment.