Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions image_tools/downloader.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import math
import os
import requests
from PIL import Image
Expand Down Expand Up @@ -78,4 +77,3 @@ def rename_image(self, new_name):
os.rename(self.save_path, new_path)
self.save_path = new_path
print(f"Image renamed successfully to {new_name}{current_format}")