From a9f07c9e1308f5bb4cc8f2b940f10c971fbc4afa Mon Sep 17 00:00:00 2001 From: Alexander Stefanov Date: Tue, 4 Jun 2019 23:45:07 +0300 Subject: [PATCH] lint --- check_arch.py | 1 - 1 file changed, 1 deletion(-) diff --git a/check_arch.py b/check_arch.py index bfbaec7..133e567 100644 --- a/check_arch.py +++ b/check_arch.py @@ -43,4 +43,3 @@ if exit_code == 1: print("The package has ExclusiveArch tag set, but the current architecture is not mentioned there") sys.exit(exit_code) -