Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
frances-h committed Apr 22, 2020
1 parent 2b44283 commit 984f280
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion featuretools/dask-tests-tmp/test_add_lti.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from datetime import datetime

import dask.dataframe as dd
import featuretools as ft
import numpy as np
import pandas as pd
from dask.distributed import Client
Expand All @@ -12,6 +11,8 @@

import utils

import featuretools as ft


def run_test():
client = Client()
Expand Down
1 change: 0 additions & 1 deletion featuretools/dask-tests-tmp/test_agg.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
import sys
from datetime import datetime

import dask
import pandas as pd
from dask import dataframe as dd
from dask.distributed import Client, wait
Expand Down

0 comments on commit 984f280

Please sign in to comment.