We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
from __future__ import annotations
1 parent 79bfd19 commit bac0561Copy full SHA for bac0561
dcrpcgen/java/__init__.py
@@ -1,7 +1,5 @@
1
"""Java code generation"""
2
3
-from __future__ import annotations
4
-
5
from argparse import Namespace
6
from pathlib import Path
7
from typing import Any
dcrpcgen/java/utils.py
"""Utilities for Java code generation."""
0 commit comments