Skip to content

Commit

Permalink
euclidean_distance_solution
Browse files Browse the repository at this point in the history
  • Loading branch information
Lastrophysicien committed Jan 12, 2025
1 parent 3cadc8c commit 925c3c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solutions/tests/challenge_34/test_euclidean_distance.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

import unittest

from ...challenge_34.euclidean_distance import euclidean_distance
from solutions.challenge_34.euclidean_distance import euclidean_distance


class TestEuclideanDistance(unittest.TestCase):
Expand Down

0 comments on commit 925c3c9

Please sign in to comment.