Skip to content
Snippets Groups Projects
Commit a57a5807 authored by Kenzo-Hugo Hillion's avatar Kenzo-Hugo Hillion ♻️
Browse files

fix flake8

parent 61c84de7
Branches
No related tags found
2 merge requests!59Prod,!12Resolve "Use POST in scripts to create elements instead of doing it manually for Taxonomy"
Pipeline #14023 failed
......@@ -25,4 +25,4 @@ class BulkListSerializer(serializers.ListSerializer):
return instances
class Meta:
model = NotImplemented
\ No newline at end of file
model = NotImplemented
from copy import deepcopy
from unittest import TestCase
from unittest.mock import Mock
from rest_framework import serializers
from metagenedb.apps.catalog.serializers.bulk_list import BulkListSerializer
......@@ -24,7 +23,6 @@ class TestExtractManyToMany(TestCase):
]
self.bulk_list_serializer = BulkListSerializerTestExtractManyToMany()
self.info = Mock()
def test_extract_many_to_many(self):
self.info.relations = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment