diff --git a/t/scripts/flux-ion-resource.py b/t/scripts/flux-ion-resource.py index ef4e27b5e..22019eeb4 100755 --- a/t/scripts/flux-ion-resource.py +++ b/t/scripts/flux-ion-resource.py @@ -4,7 +4,6 @@ # FLUX_EXEC_PATH or `flux python flux-ion-resource` if not to # avoid python version mismatch # -from __future__ import print_function import argparse import errno import yaml @@ -353,7 +352,7 @@ def main(): istr = "Print info on a single job." sstr = "Print overall performance statistics." cstr = "Cancel an allocated or reserved job." - fstr = "Find resources matching with a crieria." + fstr = "Find resources matching with a criteria." ststr = "Display resource status." ssstr = "Set up/down status of a resource vertex." pstr = "Set property-key=value for specified resource." diff --git a/t/scripts/flux-jsonschemalint.py b/t/scripts/flux-jsonschemalint.py index edb623831..87131a02b 100755 --- a/t/scripts/flux-jsonschemalint.py +++ b/t/scripts/flux-jsonschemalint.py @@ -4,7 +4,6 @@ # FLUX_EXEC_PATH or `flux python flux-jsonschemalint` if not to # avoid python version mismatch # -from __future__ import print_function import argparse import errno