Skip to content

Commit 8fee4d1

Browse files
committed
Black again
1 parent 44d2ce5 commit 8fee4d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

octoprint_netconnectd/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,7 @@ def _get_country_list(self, force=False):
209209
countries = []
210210
for country in content["countries"]:
211211
countries.append(country)
212-
return {"country": content["country"],
213-
"countries": countries}
212+
return {"country": content["country"], "countries": countries}
214213

215214
def _get_status(self):
216215
payload = dict()
@@ -348,6 +347,7 @@ def _log_state_timed(self, delay=0):
348347
__plugin_name__ = "Netconnectd Client"
349348
__plugin_pythoncompat__ = ">=2.7,<4"
350349

350+
351351
def __plugin_check__():
352352
import sys
353353

0 commit comments

Comments
 (0)