From 99b2c23bc8df10ef8f7a704912bfdaf46980a532 Mon Sep 17 00:00:00 2001 From: riadas Date: Mon, 6 Nov 2023 21:57:44 -0500 Subject: [PATCH] lint --- cities/queries/fips_query.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cities/queries/fips_query.py b/cities/queries/fips_query.py index 4772d639..7db45260 100644 --- a/cities/queries/fips_query.py +++ b/cities/queries/fips_query.py @@ -526,7 +526,6 @@ def plot_kins_other_var(self, var): : self.top ] - for i, geoname in enumerate(geonames_top): subset = others_plot_data[others_plot_data["GeoName"] == geoname] # print("subset.head")