Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion airflow/executors/sequential_executor.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from builtins import str
import logging
import subprocess

from airflow.executors.base_executor import BaseExecutor
Expand Down
3 changes: 0 additions & 3 deletions tests/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import doctest
import json
import logging
import os
import re
import unittest
Expand All @@ -11,7 +10,6 @@
from datetime import datetime, time, timedelta
from email.mime.multipart import MIMEMultipart
from email.mime.application import MIMEApplication
import errno
import signal
from time import sleep

Expand All @@ -31,7 +29,6 @@
from lxml import html
from airflow.utils import AirflowException
from airflow.configuration import AirflowConfigException
from airflow.minihivecluster import MiniHiveCluster

import six

Expand Down