Skip to content

Commit

Permalink
Fix pyright errors
Browse files Browse the repository at this point in the history
  • Loading branch information
RodoMa92 committed Feb 4, 2024
1 parent eb6808b commit 3c594a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import os
from os import getcwd, path, remove
import shutil
from typing import Any, List, TYPE_CHECKING, TypedDict
from typing import List, TYPE_CHECKING, TypedDict
import zipfile

from aiohttp import ClientSession, web
Expand Down

0 comments on commit 3c594a2

Please sign in to comment.