Skip to content

Commit

Permalink
Fix import statement in the test file.
Browse files Browse the repository at this point in the history
  • Loading branch information
yuri-spizhovyi-mit committed Jan 12, 2025
1 parent bedf00c commit c17038b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions solutions/tests/test_multiply_two_numbers.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"""

import unittest

from solutions.multiply_two_numbers import multiply_two_numbers


Expand Down

0 comments on commit c17038b

Please sign in to comment.