flake8 cleanup

pull/339/head
evelynmitchell 1 year ago
parent 8651e80b76
commit dbb2e3d231

@ -1,3 +1,6 @@
""" This module contains the data structure of the APA framework. """
# flake8: noqa W291
from enum import Enum, unique, auto
import abc
from typing import List, Optional

Loading…
Cancel
Save