Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
cekk committed Aug 27, 2024
1 parent 61eb312 commit 8423003
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions redturtle/bandi/tests/test_bando_view.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
# -*- coding: utf-8 -*-
from redturtle.bandi.testing import INTEGRATION_TESTING
from plone import api
from plone.app.testing import setRoles
from plone.app.testing import TEST_USER_ID
from plone.namedfile.file import NamedBlobFile
from redturtle.bandi.testing import INTEGRATION_TESTING

import os
import unittest


class BandoViewTest(unittest.TestCase):

layer = INTEGRATION_TESTING

def setUp(self):
Expand Down

0 comments on commit 8423003

Please sign in to comment.