Skip to content
This repository has been archived by the owner on Jul 8, 2023. It is now read-only.

Commit

Permalink
Fix flake8 warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Nihisil committed Mar 4, 2017
1 parent 58d9c82 commit e202523
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion project/analytics/cases/count_of_games.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# -*- coding: utf-8 -*-
import sqlite3
from datetime import datetime

import logging

Expand Down
1 change: 0 additions & 1 deletion project/mahjong/ai/strategies/yakuhai.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,3 @@ def meld_had_to_be_called(self, tile):
return True

return False

0 comments on commit e202523

Please sign in to comment.