Skip to content

Commit

Permalink
py3.12 Sequence import changed
Browse files Browse the repository at this point in the history
  • Loading branch information
falkben committed Oct 9, 2024
1 parent 54d705f commit 495bd5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/uploader.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
import os
import time
from argparse import ArgumentParser
from collections.abc import Sequence
from pathlib import Path
from typing import Sequence

import dropbox
from dotenv import load_dotenv
Expand Down

0 comments on commit 495bd5d

Please sign in to comment.