make linter happy

This commit is contained in:
Laura Klünder 2023-10-06 02:46:43 +02:00
parent 79cde0f78c
commit b732d52f65
21 changed files with 82 additions and 75 deletions

View file

@ -1,8 +1,8 @@
import re
import struct
from abc import ABC, abstractmethod
from dataclasses import dataclass, fields, field, Field
from typing import Any, Sequence, Self
from dataclasses import Field, dataclass, fields
from typing import Any, Self, Sequence
from c3nav.mesh.utils import indent_c