diff --git a/bin/cucc.py b/bin/cucc.py index 0c07eb951..507391010 100755 --- a/bin/cucc.py +++ b/bin/cucc.py @@ -26,7 +26,6 @@ #============================================================================= """Compiler wrapper aiming to be a drop-in replacement for nvcc.""" # Enable v3.9+ type annotations in older versions (down to 3.7). -from __future__ import annotations import argparse import os import subprocess