Skip to content

Commit

Permalink
feat: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
TomeHirata committed Jun 17, 2024
1 parent 03ba605 commit 319e5f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ python_version = "3.11"
[scripts]
format = "ruff format"
lint = "ruff check"
lint-fix = "ruff check --fix"
unittest = "python -m unittest"
1 change: 0 additions & 1 deletion tests/test_plot.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import unittest
from unittest.mock import patch, MagicMock
import numpy as np
import matplotlib.pyplot as plt
from dte_adj.plot import plot


Expand Down

0 comments on commit 319e5f3

Please sign in to comment.