Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 74bc866

Browse files
author
Alejandro CR
committed
updated template.py
1 parent f7f5eeb commit 74bc866

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

utils/template.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
docstring
55
"""
66

7-
# standard
7+
# standard library
88
from __future__ import annotations
99
from typing import TYPE_CHECKING
1010

@@ -19,3 +19,6 @@
1919
# typing
2020
if TYPE_CHECKING: # pragma: no cover
2121
pass
22+
23+
# logging
24+
logging.basicConfig(level=logging.DEBUG)

0 commit comments

Comments
 (0)