Skip to content

Commit

Permalink
Fixing bad type def
Browse files Browse the repository at this point in the history
  • Loading branch information
hydrusnetwork committed Nov 20, 2024
1 parent 5e68f99 commit 575ef0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hydrus/client/media/ClientMediaFileFilter.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
from hydrus.client import ClientGlobals as CG
from hydrus.client import ClientThreading
from hydrus.client.media import ClientMedia
from hydrus.client.media import ClientMediaResult
from hydrus.client.metadata import ClientTags

FILE_FILTER_ALL = 0
Expand Down Expand Up @@ -484,7 +485,7 @@ def FilterAndReportDeleteLockFailures( medias: typing.Collection[ ClientMedia.Me
return deletee_medias


def ReportDeleteLockFailures( media_results: typing.Collection[ ClientMedia.ClientMediaResult ] ):
def ReportDeleteLockFailures( media_results: typing.Collection[ ClientMediaResult.MediaResult ] ):

HydrusData.Print( 'Hey, we had a delete-lock problem. Here is the stack, which hydev may care to see:' )

Expand Down

0 comments on commit 575ef0c

Please sign in to comment.