Drop an unused variable

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
Stephen Gallagher 2024-09-17 15:32:43 -04:00
parent 602c1c9692
commit b461ff2072

View file

@ -177,7 +177,6 @@ class centpkgClient(cliClient):
# Find out divergent branch and stabilization
self.log.info("Checking current state...")
stream_version = self.cmd.target.split("-")[0]
rhel_version = centpkg.utils.stream_mapping(stream_version)
try:
rhel_state = centpkg.utils.determine_rhel_state(
@ -292,7 +291,6 @@ class centpkgClient(cliClient):
# Find out divergent branch and stabalization
self.log.info("Checking rhel-target information:")
stream_version = self.cmd.target.split("-")[0]
rhel_version = centpkg.utils.stream_mapping(stream_version)
try:
rhel_state = centpkg.utils.determine_rhel_state(