Skip to content

Commit

Permalink
added a blank line before comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Kareem Zidane committed Apr 26, 2018
1 parent 48ca2e0 commit afb6cba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cs50/sql.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def __init__(self, url, **kwargs):
if foreign_keys:
sqlalchemy.event.listen(self.engine, "connect", _connect)
else:

# Create engine, raising exception if back end's module not installed
self.engine = sqlalchemy.create_engine(url, **kwargs)

Expand Down

0 comments on commit afb6cba

Please sign in to comment.