Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Tauffer-Consulting/domino i…
Browse files Browse the repository at this point in the history
…nto main
  • Loading branch information
vinicvaz committed Oct 13, 2023
2 parents d130c20 + b7cf3a3 commit ccc42b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/domino/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


def _get_version():
version_file_path = Path(__file__).parent / 'src/domino/VERSION'
version_file_path = Path(__file__).parent / 'VERSION'

with version_file_path.open('r') as version_file:
return version_file.read().strip()
Expand Down
1 change: 0 additions & 1 deletion src/domino/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ class Task(object):
The Task object represents a task in a workflow.
It is only instantiated by processes parsing dag files in Airflow.
"""

def __init__(
self,
dag: DAG,
Expand Down

0 comments on commit ccc42b1

Please sign in to comment.