Skip to content

Commit

Permalink
Fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
knabar committed Feb 7, 2024
1 parent 0c4bc24 commit bb3a7f1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions omeroweb/webgateway/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,14 @@
from omeroweb.webgateway.util import zip_archived_files, LUTS_IN_PNG
from omeroweb.webgateway.util import get_longs, getIntOrDefault

cache = CacheBase()
logger = logging.getLogger(__name__)

from PIL import Image, ImageDraw
import numpy


cache = CacheBase()
logger = logging.getLogger(__name__)


def index(request):
"""/webgateway/ index placeholder"""
return HttpResponse("Welcome to webgateway")
Expand Down

0 comments on commit bb3a7f1

Please sign in to comment.