Skip to content

Commit

Permalink
More cleanup for flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Adelt committed Jan 24, 2021
1 parent 0dfcadb commit d5db9e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlitedict.py
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ def _wait_for_initialization(self):
time.sleep(0.1)
raise TimeoutError("SqliteMultithread failed to flag initialization withing %0.0f seconds." % self.timeout)

#endclass SqliteMultithread
# endclass SqliteMultithread


if __name__ == '__main__':
Expand Down

0 comments on commit d5db9e6

Please sign in to comment.