From 51d0aca83bc9b5c4cd073466fa7df2a43bd871bd Mon Sep 17 00:00:00 2001
From: Fokko Driesprong <fokkodriesprong@godatadriven.com>
Date: Wed, 2 Jan 2019 14:24:39 +0100
Subject: [PATCH] [AIRFLOW-XXX] Fix Flake8 error

---
 tests/contrib/operators/test_bigquery_operator.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/contrib/operators/test_bigquery_operator.py b/tests/contrib/operators/test_bigquery_operator.py
index d005fcd519..84f1750bed 100644
--- a/tests/contrib/operators/test_bigquery_operator.py
+++ b/tests/contrib/operators/test_bigquery_operator.py
@@ -17,7 +17,6 @@
 # specific language governing permissions and limitations
 # under the License.
 
-import os
 import unittest
 from datetime import datetime