Skip to content

Commit ed82707

Browse files
committed
change python_package to package_name
1 parent 8255a76 commit ed82707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_methods.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"""This is a sample python file for testing functions from the source code."""
66
from __future__ import annotations
77

8-
from python_package.hello_world import hello_world
8+
from package_name.hello_world import hello_world
99

1010

1111
def hello_test():

0 commit comments

Comments
 (0)