Skip to content

Commit

Permalink
Remove py3 check (#343)
Browse files Browse the repository at this point in the history
* Release 2022.4.0

* Remove check for Python 3
  • Loading branch information
jacobtomlinson committed Apr 14, 2022
1 parent ba15c3a commit a9d4c51
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dask_cloudprovider/cli/ecs.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import sys

import click
from distributed.cli.utils import check_python_3, install_signal_handlers
from distributed.cli.utils import install_signal_handlers
from distributed.core import Status
from tornado.ioloop import IOLoop, TimeoutError

Expand Down Expand Up @@ -234,7 +234,6 @@ def on_signal(signum):


def go():
check_python_3()
main()


Expand Down

0 comments on commit a9d4c51

Please sign in to comment.