Cleanup based on flake8 lint

This commit is contained in:
jan 2023-10-13 02:36:23 -07:00
commit bfd81f777c
6 changed files with 10 additions and 14 deletions

View file

@ -262,7 +262,6 @@ class BasicTool(Tool, metaclass=ABCMeta):
default_out_ptype: str
""" Default value for out_ptype """
@dataclass(frozen=True, slots=True)
class LData:
""" Data for planL """