Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 23addef

Browse filesBrowse files
ckclarkmethane
authored andcommitted
Remove unused "NULL" from __all__ in __init__.py (PyMySQL#369)
Since the symbol "NULL" is removed in 819688b, it should be also removed from `__all__`. Fix issue PyMySQL#368.
1 parent 6f5f48b commit 23addef
Copy full SHA for 23addef

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎MySQLdb/__init__.py

Copy file name to clipboardExpand all lines: MySQLdb/__init__.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def Connect(*args, **kwargs):
8989
'Date', 'Time', 'Timestamp', 'DateFromTicks', 'TimeFromTicks',
9090
'TimestampFromTicks', 'DataError', 'DatabaseError', 'Error',
9191
'FIELD_TYPE', 'IntegrityError', 'InterfaceError', 'InternalError',
92-
'MySQLError', 'NULL', 'NUMBER', 'NotSupportedError', 'DBAPISet',
92+
'MySQLError', 'NUMBER', 'NotSupportedError', 'DBAPISet',
9393
'OperationalError', 'ProgrammingError', 'ROWID', 'STRING', 'TIME',
9494
'TIMESTAMP', 'Warning', 'apilevel', 'connect', 'connections',
9595
'constants', 'converters', 'cursors', 'debug', 'escape',

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.