Skip to content
This repository has been archived by the owner on May 22, 2022. It is now read-only.

Commit

Permalink
Remove invalid import from models.__init__
Browse files Browse the repository at this point in the history
  • Loading branch information
kemitche committed Apr 21, 2015
1 parent 9e9b58b commit bd7e0d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion r2/r2/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
from token import *
from modaction import *
from promo import *
from notification import *

# r2.models.builder will import other models, so pulling its classes/vars into
# r2.models needs to be done last to ensure that the models it depends
Expand Down

0 comments on commit bd7e0d9

Please sign in to comment.