Skip to content

Commit

Permalink
Documentation and release v0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bohdanbobrowski committed Oct 16, 2024
1 parent 9dfa9b4 commit d40cf13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions digikam_screensaver/screen_saver.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
)

import psutil
import pywintypes
import win32gui
import pywintypes # type: ignore
import win32gui # type: ignore
from PIL import ExifTags, Image, ImageDraw, ImageFilter, ImageFont, ImageTk

from digikam_screensaver.settings import DigiKamScreenSaverSettings, DigiKamScreenSaverSettingsHandler
Expand Down

0 comments on commit d40cf13

Please sign in to comment.