generated from pufereq/python-template
style(message.py): organize imports
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from __future__ import annotations
|
||||
|
||||
from enum import Enum
|
||||
import json
|
||||
from enum import Enum
|
||||
from typing import Any
|
||||
|
||||
from judas_protocol.types import Category, ControlAction
|
||||
|
||||
Reference in New Issue
Block a user