Skip to content

Commit

Permalink
fixed typehint
Browse files Browse the repository at this point in the history
  • Loading branch information
JJFlorian committed Mar 12, 2024
1 parent 1be6d95 commit de848a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/bro_upload/delivery.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import time
import traceback

from .. import models
from . import config, utils


Expand Down Expand Up @@ -33,7 +34,7 @@ class BRODelivery:

def __init__(
self,
upload_task_instance: str,
upload_task_instance: models.UploadTask,
bro_username: str,
bro_password: str,
) -> None:
Expand Down

0 comments on commit de848a4

Please sign in to comment.