Commit 128122dc authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Fix: add missing quote

parent e3f228aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -521,7 +521,7 @@ install_and_run_flake8()
  else
    echo "-----------------------------------------------------------------"
    echo "Consider enabling import order for this package by configuring"
    echo "https://github.com/gforcada/flake8-isort
    echo "https://github.com/gforcada/flake8-isort"
    echo "in setup.cfg. Simply add a line"
    echo "# enable-isort"
    echo "-----------------------------------------------------------------"