From b33280d92521191c706c0aa709b5e327d4630c3b Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Thu, 5 Sep 2019 12:45:28 +0530 Subject: [PATCH] Add missing imports --- noxfile.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/noxfile.py b/noxfile.py index 9ae6b1219..d6357b3dd 100644 --- a/noxfile.py +++ b/noxfile.py @@ -1,6 +1,9 @@ """Release time helpers, executed using nox. """ +import io +import subprocess + import nox