1
0
mirror of https://github.com/facebook/proxygen.git synced 2025-08-05 19:55:47 +03:00

remove legacy __future__ imports

Summary: The future is now.

Reviewed By: xavierd

Differential Revision: D33714537

fbshipit-source-id: 8d282bbe7391c4b72b70dab54a5c252060fba457
This commit is contained in:
Chad Austin
2022-01-24 20:12:34 -08:00
committed by Facebook GitHub Bot
parent a661bcae18
commit 4fb4756ec9
43 changed files with 0 additions and 126 deletions

View File

@@ -6,7 +6,6 @@
This file contains the main module code for Python test programs.
"""
from __future__ import print_function
import contextlib
import ctypes