Fix some imports mistakes

remotes/origin/logger
David Barragán Merino 2015-11-18 17:33:45 +01:00
parent 8c3b3d640f
commit cd45aa5cbf
2 changed files with 2 additions and 2 deletions

View File

@ -16,6 +16,8 @@
import abc
from functools import reduce
from taiga.base.utils import sequence as sq
from taiga.permissions.service import user_has_perm, is_project_owner
from django.apps import apps

View File

@ -13,8 +13,6 @@
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
import operator
from functools import reduce
import logging
from django.apps import apps