Skip to content

Commit

Permalink
Ruff compliance.
Browse files Browse the repository at this point in the history
  • Loading branch information
trexfeathers committed Sep 26, 2024
1 parent 8258d87 commit 05ba860
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions cf_units/tests/integration/parse/test_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#
# This file is part of cf-units and is released under the BSD license.
# See LICENSE in the root of the repository for full licensing details.
# ruff: noqa: E402
import pytest

antlr4 = pytest.importorskip("antlr4")
Expand Down
1 change: 1 addition & 0 deletions cf_units/tests/integration/parse/test_parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#
# This file is part of cf-units and is released under the BSD license.
# See LICENSE in the root of the repository for full licensing details.
# ruff: noqa: E402
import pytest

antlr4 = pytest.importorskip("antlr4")
Expand Down
1 change: 1 addition & 0 deletions cf_units/tests/test_tex.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#
# This file is part of cf-units and is released under the BSD license.
# See LICENSE in the root of the repository for full licensing details.
# ruff: noqa: E402
import pytest

antlr4 = pytest.importorskip("antlr4")
Expand Down

0 comments on commit 05ba860

Please sign in to comment.