diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-05-20 19:40:33 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-05-20 19:40:39 -0700 |
commit | f1187ade9e9451087281612a12f29a50b88f85e4 (patch) | |
tree | f4713bb9ac8b196da7f05e196b6dce49b613b756 /python_client/fatcat_client/models/file_entity.py | |
parent | cc6182f6f5d9745a72b1a9e4a49310d1c99f6419 (diff) | |
download | fatcat-f1187ade9e9451087281612a12f29a50b88f85e4.tar.gz fatcat-f1187ade9e9451087281612a12f29a50b88f85e4.zip |
python_client: patch out circular dep
Diffstat (limited to 'python_client/fatcat_client/models/file_entity.py')
-rw-r--r-- | python_client/fatcat_client/models/file_entity.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python_client/fatcat_client/models/file_entity.py b/python_client/fatcat_client/models/file_entity.py index 424cd55b..f0d71e37 100644 --- a/python_client/fatcat_client/models/file_entity.py +++ b/python_client/fatcat_client/models/file_entity.py @@ -17,7 +17,6 @@ import re # noqa: F401 import six from fatcat_client.models.file_url import FileUrl # noqa: F401,E501 -from fatcat_client.models.release_entity import ReleaseEntity # noqa: F401,E501 class FileEntity(object): |