mirror of
https://github.com/facebook/proxygen.git
synced 2025-08-10 05:22:59 +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:
committed by
Facebook GitHub Bot
parent
a661bcae18
commit
4fb4756ec9
@@ -1,9 +1,5 @@
|
||||
#!/usr/bin/env python
|
||||
# Copyright (c) Facebook, Inc. and its affiliates.
|
||||
from __future__ import absolute_import
|
||||
from __future__ import division
|
||||
from __future__ import print_function
|
||||
from __future__ import unicode_literals
|
||||
|
||||
"""
|
||||
|
||||
|
Reference in New Issue
Block a user