Skip to content

Commit 79d248f

Browse files
author
Arav K.
committed
[beetsplug/fish] Use Python 3.9+ type annotations
1 parent aec6ded commit 79d248f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

beetsplug/fish.py

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<https://fishshell.com/docs/current/completions.html>.
3030
"""
3131

32+
from __future__ import annotations
3233

3334
import io
3435
import optparse

0 commit comments

Comments
 (0)