Skip to content

Commit c791d0f

Browse files
committed
fix: remove future import
1 parent 7893618 commit c791d0f

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

sign.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
#!/usr/bin/env python3
22

3-
# https://mypy.readthedocs.io/en/stable/runtime_troubles.html#using-classes-that-are-generic-in-stubs-but-not-at-runtime
4-
from __future__ import annotations
5-
63
import copy
74
import os
85
import re

0 commit comments

Comments
 (0)