Skip to content

Commit

Permalink
Add missing __future__ import
Browse files Browse the repository at this point in the history
  • Loading branch information
Brainicism committed Sep 14, 2024
1 parent 1e3d88f commit 1f93c09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions plugin/yt_dlp_plugins/extractor/getpot_bgutil_http.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from __future__ import annotations

import json
import typing
Expand Down
2 changes: 2 additions & 0 deletions plugin/yt_dlp_plugins/extractor/getpot_bgutil_script.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

import json
import os.path
import shutil
Expand Down

0 comments on commit 1f93c09

Please sign in to comment.