Skip to content

Commit 5da733d

Browse files
author
Constantin Gahr
committed
fix github CI errors
1 parent 1926bb0 commit 5da733d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

helium.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,7 @@ def run(self, edit, move_cursor=False, *, logger=HELIUM_LOGGER):
805805

806806

807807
class HeliumClearAllCells(TextCommand):
808-
"""Clear all phantoms"""
808+
"""Clear all phantoms."""
809809

810810
def is_enabled(self, *, logger=HELIUM_LOGGER):
811811
try:
@@ -978,5 +978,5 @@ def on_query_completions(self, view, prefix, locations, *, logger=HELIUM_LOGGER)
978978
logger.info(log_info_msg)
979979
_, col = view.rowcol(location)
980980
return kernel.get_complete(code, col, timeout)
981-
except Exception:
981+
except Exception: # noqa
982982
return None

0 commit comments

Comments
 (0)