workers/base flake8 ignore E501

pull/339/head
evelynmitchell 1 year ago
parent b79ab0bdd7
commit 29aaf10804

@ -1,3 +1,5 @@
""" (In preview) An abstract class for AI worker. """
# # flake8: noqa E501
from typing import Dict, List, Optional, Union

Loading…
Cancel
Save