From cac56b5014eaaf3498251009c009faa45a6ae03a Mon Sep 17 00:00:00 2001 From: Tomas Kopecek Date: Apr 12 2021 13:11:22 +0000 Subject: fix flake8 --- diff --git a/cli/koji_cli/commands.py b/cli/koji_cli/commands.py index 7cd200f..231a034 100644 --- a/cli/koji_cli/commands.py +++ b/cli/koji_cli/commands.py @@ -2885,7 +2885,6 @@ def anon_handle_list_hosts(goptions, session, args): else: return '' - try: first = session.getLastHostUpdate(hosts[0]['id'], ts=True) opts = {'ts': True}