Skip to content

Commit

Permalink
refactor: imports and author statement
Browse files Browse the repository at this point in the history
  • Loading branch information
d-Rickyy-b committed Sep 26, 2020
1 parent 92fd3f6 commit 7718335
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions database/statistics.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
from datetime import datetime
from time import time

from database import Database
from blackjackbot.lang import translate
from database import Database

__author__ = 'Rico'
logger = logging.getLogger(__name__)


Expand Down

0 comments on commit 7718335

Please sign in to comment.