Fix code style.

This commit is contained in:
Sergey Vartanov 2021-08-15 17:18:30 +03:00
parent 96aaa92535
commit edd3512526
7 changed files with 31 additions and 15 deletions

View file

@ -145,6 +145,7 @@ class RoentgenMoire(Default, ABC):
return test_configuration.get_command(self.clear(args[0]))
def icon(self, args: Arguments) -> str:
"""Image with Röntgen icon."""
raise NotImplementedError("icon")
def options(self, args: Arguments) -> str: