Skip to content

Commit

Permalink
Fix type hints: import annotations form future
Browse files Browse the repository at this point in the history
  • Loading branch information
vbaltrusaitis-reef committed Nov 20, 2023
1 parent 38006e0 commit 5407579
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions b2/console_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
# License https://www.backblaze.com/using_b2_code.html
#
######################################################################
from __future__ import annotations

import argparse
import base64
Expand Down

0 comments on commit 5407579

Please sign in to comment.