Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Moosems committed Aug 1, 2024
1 parent 30d4323 commit 94411b7
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions salve/ipc.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
from logging import Logger, getLogger
from multiprocessing import Process, Queue, freeze_support
from pathlib import Path
from random import randint

from collegamento import USER_FUNCTION, FileClient
from collegamento import FileClient

from .misc import (
AUTOCOMPLETE,
Expand Down Expand Up @@ -85,6 +82,4 @@ def request( # type: ignore
}
if file:
request.update({"file": file})
super().request(
request
)
super().request(request)

0 comments on commit 94411b7

Please sign in to comment.