Commit a328029c authored by Antoine Pitrou's avatar Antoine Pitrou

Redundancy isn't needed here.

Redundancy isn't needed here.
parent 676161a8
......@@ -36,7 +36,7 @@ Note: 'r' and 'w' fail if the database doesn't exist; 'c' creates it
only if it doesn't exist; and 'n' always creates a new database.
"""
__all__ = ['open', 'whichdb', 'error', 'error']
__all__ = ['open', 'whichdb', 'error']
import io
import os
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment