Skip to content

Commit

Permalink
Removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
utsavgarg committed Jun 19, 2017
1 parent a801e78 commit 8b3b0a1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/unit/caffe_app/test_views.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
import json
import os
import unittest
import yaml

from caffe import layers as L, params as P, to_proto
from django.conf import settings
from django.core.urlresolvers import reverse
from django.test import Client
from ide.utils.jsonToPrototxt import jsonToPrototxt


class ImportPrototxtTest(unittest.TestCase):
Expand Down

0 comments on commit 8b3b0a1

Please sign in to comment.