Browse Source

#728: removed * import from misago.categories.forms

Rafał Pitoń 8 years ago
parent
commit
0b683268d3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      misago/categories/forms.py

+ 1 - 1
misago/categories/forms.py

@@ -1,4 +1,4 @@
-from mptt.forms import *  # noqa
+from mptt.forms import TreeNodeChoiceField, TreeNodeMultipleChoiceField
 
 
 from django import forms
 from django import forms
 from django.db import models
 from django.db import models