Skip to content

Commit f7f38ff

Browse files
committed
python-stdlib/cgi: Apply Black formatting.
Signed-off-by: Damien George <damien@micropython.org>
1 parent c05ee03 commit f7f38ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python-stdlib/cgi/cgi.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ def getvalue(self, key, default=None):
627627
return default
628628

629629
def getfirst(self, key, default=None):
630-
""" Return the first value received."""
630+
"""Return the first value received."""
631631
if key in self:
632632
value = self[key]
633633
if isinstance(value, list):
@@ -638,7 +638,7 @@ def getfirst(self, key, default=None):
638638
return default
639639

640640
def getlist(self, key):
641-
""" Return list of received values."""
641+
"""Return list of received values."""
642642
if key in self:
643643
value = self[key]
644644
if isinstance(value, list):

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy