summaryrefslogtreecommitdiff
path: root/run_flux.py
diff options
context:
space:
mode:
authorZach Berwaldt <zberwaldt@tutamail.com>2025-05-26 12:27:35 -0400
committerZach Berwaldt <zberwaldt@tutamail.com>2025-05-26 12:27:35 -0400
commit34b4c6db0ca9aa7f491996f2af0cfd0a6cda8ea5 (patch)
tree0fcda21c096aa59f8e83c61d713d3e3b7d986d04 /run_flux.py
parent812b0530578a2b338f9fed72c5df01d9b659da1c (diff)
update ignore file, main scriptHEADmasterdevelop
Diffstat (limited to 'run_flux.py')
-rw-r--r--run_flux.py2
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
3from dataclasses import dataclass, asdict 3from dataclasses import dataclass, asdict
4from typing import Tuple, Optional 4from typing import Tuple, Optional
5from pathlib import Path 5from pathlib import Path
6from PIL import Image 6from PIL.Image import Image
7import uuid 7import uuid
8import logging 8import logging
9 9