Skip to content

Commit 00fe381

Browse files
committed
Fix flake8 complaints
Signed-off-by: M Q <[email protected]>
1 parent ddd4b9c commit 00fe381

File tree

1 file changed

+1
-4
lines changed
  • examples/apps/hugging_face_integration_app/med_image_generation

1 file changed

+1
-4
lines changed

examples/apps/hugging_face_integration_app/med_image_generation/app.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
import argparse
22
import logging
3-
from pathlib import Path
43

5-
import numpy as np
64
import torch
75
from diffusers import StableDiffusionPipeline
8-
from PIL import Image
96

10-
from monai.deploy.core import AppContext, Application
7+
from monai.deploy.core import Application
118

129

1310
class App(Application):

0 commit comments

Comments
 (0)