diff options
Diffstat (limited to 'run_flux.py')
-rw-r--r-- | run_flux.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run_flux.py b/run_flux.py index 9d6c2b5..c54d04d 100644 --- a/run_flux.py +++ b/run_flux.py | |||
@@ -3,7 +3,7 @@ import argparse | |||
3 | from dataclasses import dataclass, asdict | 3 | from dataclasses import dataclass, asdict |
4 | from typing import Tuple, Optional | 4 | from typing import Tuple, Optional |
5 | from pathlib import Path | 5 | from pathlib import Path |
6 | from PIL import Image | 6 | from PIL.Image import Image |
7 | import uuid | 7 | import uuid |
8 | import logging | 8 | import logging |
9 | 9 | ||