Skip to content

Commit

Permalink
PEP8
Browse files Browse the repository at this point in the history
  • Loading branch information
gbastien committed Oct 27, 2021
1 parent 1d1d397 commit e68ce78
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/imio/restapi/settings/dataprovider.py
Expand Up @@ -46,7 +46,6 @@ def get(self):

@property
def values(self):
import ipdb; ipdb.set_trace()
if not self._values:
self._values = {
k.lower(): boolean_value(os.getenv(k, default))
Expand Down
1 change: 0 additions & 1 deletion src/imio/restapi/tests/test_service_add.py
Expand Up @@ -3,7 +3,6 @@
from imio.restapi.services.add import FILE_DATA_INCOMPLETE_ERROR
from imio.restapi.testing import IMIO_RESTAPI_FUNCTIONAL_TESTING
from imio.restapi.utils import get_return_fullobject_after_creation_default
from plone import api
from plone.app.testing import SITE_OWNER_NAME
from plone.app.testing import SITE_OWNER_PASSWORD

Expand Down

0 comments on commit e68ce78

Please sign in to comment.