Skip to content

Commit bac0561

Browse files
committed
remove from __future__ import annotations
1 parent 79bfd19 commit bac0561

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

dcrpcgen/java/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
"""Java code generation"""
22

3-
from __future__ import annotations
4-
53
from argparse import Namespace
64
from pathlib import Path
75
from typing import Any

dcrpcgen/java/utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
"""Utilities for Java code generation."""
22

3-
from __future__ import annotations
4-
53
from typing import Any
64

75

0 commit comments

Comments
 (0)