Skip to content

Commit

Permalink
editing py formating
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeinab15 committed Dec 29, 2024
1 parent 37f37d1 commit 6a3fd36
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions solutions/tests/test_sumrange.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
import unittest

# The line `from solutions.sum_range import sum_range` is importing the
# `sum_range` function from a module named `sum_range` located in a package named
# `solutions`. This allows you to use the `sum_range` function in your test cases
# without having to define it again in the test file. This is a common practice in
# Python to organize code into modules and packages for better maintainability and
# reusability.
from solutions.sum_range import sum_range


Expand Down

0 comments on commit 6a3fd36

Please sign in to comment.