Skip to content

Commit

Permalink
refactor: removes comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydrennan committed Jan 25, 2024
1 parent 8794fa6 commit 78e7fa3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion imaginairy/enhancers/upscale.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ def upscale_image(
from imaginairy.utils.tile_up import tile_process

device = device or get_device()
# device="cpu"

if upscaler_model in upscale_model_lookup:
model_url = upscale_model_lookup[upscaler_model]
Expand Down
1 change: 0 additions & 1 deletion tests/test_utils/test_format_file_name.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ def format_filename(format_template: str, data: dict) -> str:
}


# Tests
@pytest.mark.parametrize(
("format_str", "data", "expected"),
[
Expand Down

0 comments on commit 78e7fa3

Please sign in to comment.