Skip to content

Commit 111c063

Browse files
committed
KUTIEKAT ALWAYS LINTS BEFORE PUSHING
1 parent 95fc4cf commit 111c063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/unittest_template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def _load_user_module(result_writer, exit_wrapper: _EXIT_WRAPPER_TYPE) -> Module
5757
# if from __future__ import annotations is also used
5858
# See: https://github.com/mkdocs/mkdocs/issues/3141 and https://github.com/sqlalchemy/alembic/issues/1419
5959
sys.modules[_module.__name__] = _module
60-
60+
6161
exec(code, _module.__dict__)
6262

6363
return _module

0 commit comments

Comments
 (0)