diff --git a/setup_export.py b/setup_export.py index 258e221047906..807e21672a063 100644 --- a/setup_export.py +++ b/setup_export.py @@ -1,9 +1,10 @@ # See the License for the specific language governing permissions and # limitations under the License. -import setuptools import os +import setuptools + def req_file(filename, folder="requirements"): with open(os.path.join(folder, filename), encoding='utf-8') as f: