Skip to content

Commit

Permalink
lint with new ruff release
Browse files Browse the repository at this point in the history
  • Loading branch information
daroczig committed Aug 18, 2024
1 parent 08eb453 commit 07739c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_schemas.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import pytest

from sc_crawler.tables import Country, Vendor, tables
from sc_crawler.tables_scd import tables_scd

Expand Down
1 change: 1 addition & 0 deletions tests/test_str_utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from pytest import raises

from sc_crawler.str_utils import extract_last_number, snake_case, space_after, wrap


Expand Down
1 change: 1 addition & 0 deletions tests/test_utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import pytest

from sc_crawler.lookup import compliance_frameworks
from sc_crawler.utils import chunk_list, float_inf_to_str, scmodels_to_dict

Expand Down

0 comments on commit 07739c1

Please sign in to comment.