Skip to content

Commit 95a34f6

Browse files
committed
debug
1 parent e72d603 commit 95a34f6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

coreapi/views.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ def post(self, request):
193193
return Response(result, status=status.HTTP_400_BAD_REQUEST)
194194

195195

196-
<<<<<<< HEAD
197196
class LatexGenerate(views.APIView):
198197
""" To generate caption from an image
199198
Workflow
@@ -248,8 +247,6 @@ def post(self, request):
248247
return Response(result, status=status.HTTP_400_BAD_REQUEST)
249248

250249

251-
=======
252-
>>>>>>> 057c9b8b0d7225043e318095c8d4168004d3d367
253250
class NsfwRecognise(views.APIView):
254251
""" To recognise whether a image is nsfw or not
255252
Workflow

0 commit comments

Comments
 (0)