Skip to content

Commit a0fa05b

Browse files
committed
remove auto-added ex00
- vscode auto-added those i guess when moving files
1 parent 99af51b commit a0fa05b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ex00/example_script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Simple example script."""
22

3-
from ex00.lib.example_file import example_function
3+
from lib.example_file import example_function
44

55

66
def main():

ex00/tests/test_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import numpy as np
22

3-
from ex00.lib.example_file import example_function
3+
from lib.example_file import example_function
44

55

66
def test_example_function():

0 commit comments

Comments
 (0)