Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit 68d3289

Browse files
committed
Remove wildcard import (Not pleased)
1 parent 58f0c9f commit 68d3289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db/datastore.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from protos import objects
1111
from protos.objects import Listings, Followers, Following
1212
from os.path import join
13-
from db.migrations import *
13+
from db.migrations import migration1, migration2, migration3, migration4
1414

1515

1616
class Database(object):

0 commit comments

Comments
 (0)