Skip to content

Commit

Permalink
add from __future__ import annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
glomatico committed Apr 17, 2024
1 parent 9094f2c commit b286ee8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gamdl/downloader_post.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from pathlib import Path

import click
Expand Down
2 changes: 2 additions & 0 deletions gamdl/downloader_song_legacy.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

import base64
import subprocess
from pathlib import Path
Expand Down

0 comments on commit b286ee8

Please sign in to comment.