Skip to content

Commit

Permalink
T6678: check behind commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kumvijaya authored Sep 12, 2024
1 parent 819ee66 commit 7834ca1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tests/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
import sys
import importlib.util
import math

Check failure on line 19 in src/tests/helper.py

View workflow job for this annotation

GitHub Actions / ruff-lint

Ruff (F401)

src/tests/helper.py:19:8: F401 `math` imported but unused
import json
import os

Check failure on line 20 in src/tests/helper.py

View workflow job for this annotation

GitHub Actions / ruff-lint

Ruff (F401)

src/tests/helper.py:20:8: F401 `os` imported but unused

def prepare_module(file_path='', module_name=''):

Check failure on line 22 in src/tests/helper.py

View workflow job for this annotation

GitHub Actions / ruff-lint

Ruff (I001)

src/tests/helper.py:17:1: I001 Import block is un-sorted or un-formatted
Expand Down

0 comments on commit 7834ca1

Please sign in to comment.