Skip to content

Commit 643a83e

Browse files
committed
Apply formatting to new lessons
1 parent 15b5690 commit 643a83e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

β€Žultimatepython/advanced/subinterpreters.pyβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
has its own Global Interpreter Lock (GIL), enabling true multi-core
77
parallelism for Python code.
88
"""
9+
910
import concurrent.futures
1011
import concurrent.interpreters as interpreters
1112

β€Žultimatepython/syntax/template_strings.pyβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
the string.templatelib module. This allows for deferred evaluation and
77
custom processing of the template parts and interpolations.
88
"""
9+
910
import string.templatelib
1011

1112

0 commit comments

Comments
Β (0)