Skip to content

Commit ce7200e

Browse files
committed
🎨 apply isort
1 parent 46b23a8 commit ce7200e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_mockup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
from python_package import hello_world, saved_world
21
import pytest
32

3+
from python_package import hello_world, saved_world
4+
45

56
def test_hello_world_3times():
67
expected = "hello world hello world hello world"

0 commit comments

Comments
 (0)