Skip to content

Commit

Permalink
[beetsplug/fish] Use Python 3.9+ type annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
Arav K. committed Sep 4, 2024
1 parent d217861 commit 9e0c504
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions beetsplug/fish.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<https://fishshell.com/docs/current/completions.html>.
"""

from __future__ import annotations

import io
import optparse
Expand Down

0 comments on commit 9e0c504

Please sign in to comment.