Use __future__ imports in scripts (#5301)

This commit is contained in:
Charlie Marsh
2023-06-22 11:40:16 -04:00
committed by GitHub
parent eaa10ad2d9
commit f9f0cf7524
11 changed files with 25 additions and 4 deletions

View File

@@ -8,6 +8,7 @@ Example usage:
--url https://pypi.org/project/flake8-pie/
--prefix PIE
"""
from __future__ import annotations
import argparse