Skip to content

Commit 6a48b83

Browse files
committed
Cleaner
1 parent e5366fc commit 6a48b83

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

for_now/introduction.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,7 @@ <h1 class="font-serif font-bold text-cloudbank text-3xl">
201201
<p>
202202
Now, imagine using the <strong>power of t-strings</strong> instead:
203203
</p>
204-
<pre><code class="language-python">from string.templatelib import Template
205-
from some_db_library import execute_t
204+
<pre><code class="language-python">from some_db_library import execute_t
206205

207206
def get_student(name: str):
208207
return execute_t(

0 commit comments

Comments
 (0)