mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-07 10:56:49 +00:00
Use __future__.annotations in test_invite for generic builtins too
This commit is contained in:
parent
0f61a1dab9
commit
10f79ce8aa
@ -2,6 +2,8 @@
|
||||
Tests for ``tahoe invite``.
|
||||
"""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import json
|
||||
import os
|
||||
from functools import partial
|
||||
|
Loading…
x
Reference in New Issue
Block a user