Skip to content

Commit

Permalink
formated the code
Browse files Browse the repository at this point in the history
  • Loading branch information
MadiMalik committed Dec 27, 2024
1 parent 25bda23 commit 6838795
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions solutions/tests/test_name_shuffler.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import unittest

import sys
print("sys.path:", sys.path)

import unittest
from solutions.name_shuffler import name_shuffler
from ..name_shuffler import name_shuffler

Check failure on line 6 in solutions/tests/test_name_shuffler.py

View workflow job for this annotation

GitHub Actions / py_linting

Ruff (E402)

solutions/tests/test_name_shuffler.py:6:1: E402 Module level import not at top of file

Check failure on line 6 in solutions/tests/test_name_shuffler.py

View workflow job for this annotation

GitHub Actions / py_linting

Ruff (E402)

solutions/tests/test_name_shuffler.py:6:1: E402 Module level import not at top of file

# Test Cases for the name_shuffler function
class TestNameShuffler(unittest.TestCase):
Expand Down

0 comments on commit 6838795

Please sign in to comment.