Skip to content

Commit 4ed5815

Browse files
Lint
1 parent 52ee84c commit 4ed5815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/sqlite3/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def runsource(self, source, filename="<input>", symbol="single"):
5555
Return False if input is a complete statement ready for execution.
5656
"""
5757
theme = get_theme(force_no_color=not self._use_color)
58-
58+
5959
if not source or source.isspace():
6060
return False
6161
if source[0] == ".":

0 commit comments

Comments
 (0)