Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49aeff4 commit be09baeCopy full SHA for be09bae
Lib/test/test_sqlite3/__init__.py
@@ -12,6 +12,4 @@ def load_tests(*args):
12
return load_package_tests(pkg_dir, *args)
13
14
if verbose:
15
- print("test_sqlite3: testing with version",
16
- "{!r}, sqlite_version {!r}".format(sqlite3.version,
17
- sqlite3.sqlite_version))
+ print(f"test_sqlite3: testing with SQLite version {sqlite3.sqlite_version}")
0 commit comments