Skip to content

Commit

Permalink
remove workflow old code
Browse files Browse the repository at this point in the history
  • Loading branch information
almazgimaev committed Aug 23, 2024
1 parent a63bf6b commit 73e81b8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/globals.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
import supervisely as sly
from dotenv import load_dotenv

from src.workflow import Workflow

if sly.is_development():
load_dotenv("local.env")
load_dotenv(os.path.expanduser("~/supervisely.env"))
Expand All @@ -23,5 +21,3 @@
project_id = sly.env.project_id(raise_not_found=False)
team_id = sly.env.team_id()
task_id = sly.env.task_id(raise_not_found=False)

workflow = Workflow(api)

0 comments on commit 73e81b8

Please sign in to comment.