Skip to content

Commit

Permalink
OpenConceptLab/ocl_issues#1635 | fixing merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Aug 7, 2023
1 parent 5cd11de commit af87d0c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions core/common/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
from collections import OrderedDict
from unittest.mock import patch, Mock, mock_open, ANY

import factory

import boto3
import django
import factory
Expand Down Expand Up @@ -232,13 +230,6 @@ def factory_to_params(factory_klass, **kwargs):
**kwargs
}

@staticmethod
def factory_to_params(factory_klass, **kwargs):
return {
**factory.build(dict, FACTORY_CLASS=factory_klass),
**kwargs
}


class S3Test(TestCase):
@mock_s3
Expand Down
2 changes: 1 addition & 1 deletion core/common/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -1078,4 +1078,4 @@ def post(_):
'state': mapping_task.state,
}
}
)
)

0 comments on commit af87d0c

Please sign in to comment.