summaryrefslogtreecommitdiff
path: root/examples/performance
diff options
context:
space:
mode:
authorFederico Caselli <cfederico87@gmail.com>2021-05-12 22:01:45 +0200
committerFederico Caselli <cfederico87@gmail.com>2021-05-12 22:10:19 +0200
commitdebeea97eeae4b4a39a2d50f2a2d96c366421a30 (patch)
treecc8a00786248948520f1c8efff717dd7a85dd4f9 /examples/performance
parent71a858817cb8c11451ae577c61329f4239fab46b (diff)
downloadsqlalchemy-debeea97eeae4b4a39a2d50f2a2d96c366421a30.tar.gz
Update black flak8 and zimports
Change-Id: I488c9557eda390e4a88319affd4c8813ee274f80
Diffstat (limited to 'examples/performance')
-rw-r--r--examples/performance/single_inserts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/performance/single_inserts.py b/examples/performance/single_inserts.py
index 2dd87d5b6..991d213a0 100644
--- a/examples/performance/single_inserts.py
+++ b/examples/performance/single_inserts.py
@@ -56,7 +56,7 @@ def test_orm_commit(n):
@Profiler.profile
def test_bulk_save(n):
- """Individual INSERT/COMMIT pairs using the "bulk" API """
+ """Individual INSERT/COMMIT pairs using the "bulk" API"""
for i in range(n):
session = Session(bind=engine)