Skip to content

Commit ffdec09

Browse files
committed
Fix linting issues
Change-Id: I6fe7d625b3f63efdb8928ff582e495e201f9b5ed
1 parent ddf6b13 commit ffdec09

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/mysql/connector/cursor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1425,7 +1425,6 @@ def fetchall(self):
14251425
Returns:
14261426
list: A list of tuples with all rows of a query result set.
14271427
"""
1428-
"""Returns all rows of a query result set"""
14291428
self._check_executed()
14301429
if not self._have_unread_result():
14311430
return []

lib/mysql/connector/pooling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ def _set_pool_size(self, pool_size):
473473
self._pool_size = pool_size
474474

475475
def _set_pool_name(self, pool_name):
476-
"""Set the name of the pool.
476+
r"""Set the name of the pool.
477477
478478
This method checks the validity and sets the name of the pool.
479479

0 commit comments

Comments
 (0)