Skip to content

Commit cbffd55

Browse files
committed
Merge pull request #2420 from hypothesis/fix-a-pep257-warning
Fix a pep257 warning
2 parents 1be8b23 + 9b0847a commit cbffd55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

h/db.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424

2525
from h.api import db as api_db
2626

27-
__all__ = [
27+
__all__ = (
2828
'Base',
2929
'Session',
3030
'bind_engine',
3131
'make_engine',
32-
]
32+
)
3333

3434
# Create a thread-local session factory (which can also be used directly as a
3535
# session):

0 commit comments

Comments
 (0)