Skip to content

Commit aaf20fd

Browse files
committed
Fix typo
1 parent 6ae4672 commit aaf20fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/tests/unit/cli/test_serve.py.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import copy
33
from unittest import mock
44

55
import pytest
6-
from {{package_name} import ApplicationLoader
6+
from {{package_name}} import ApplicationLoader
77
from {{package_name}}.cli.serve import serve
88

99
fake_pid_file = os.path.join(

0 commit comments

Comments
 (0)