Renamed to python_template

This commit is contained in:
2023-06-17 19:03:35 +03:00
parent 78c11c4b19
commit 7c2926314b
4 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import pytest
from poetry_template.main import sum, mul
from python_template.main import sum, mul
def test_sum():
a = 1