make linter happy
This commit is contained in:
parent
79cde0f78c
commit
b732d52f65
21 changed files with 82 additions and 75 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue