Skip to content

Commit

Permalink
🔥 removed some unused code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego-H-S committed Sep 19, 2024
1 parent 457292c commit dcad910
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ repos:
rev: v0.3.4
hooks:
# Run the linter.
- id: ruff
name: lint Python
# args: [ --fix ]
# - id: ruff
# name: lint Python
# # args: [ --fix ]
# Run the formatter.
- id: ruff-format
- repo: https://github.com/pre-commit/mirrors-prettier
Expand Down
2 changes: 0 additions & 2 deletions src/viadot/orchestration/prefect/tasks/task_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
from visions.functional import infer_type
from visions.typesets.complete_set import CompleteSet

logger = get_run_logger()


@task
def dtypes_to_json_task(dtypes_dict: dict[str, Any], local_json_path: str) -> None:
Expand Down

0 comments on commit dcad910

Please sign in to comment.