Remove line

This commit is contained in:
Daniel Lindmark 2024-05-15 13:26:50 -05:00
parent b252c4e6a0
commit 63be094231

View File

@ -49,8 +49,6 @@ print("AllSpice Version: " + allspice.get_version())
# Test private API call
print("API-Token belongs to user: " + allspice.get_user().username)
design_review = DesignReview.request(allspice, args.repo_owner, args.repo_name, args.dr)
file_name = "py-allspice-documentation.md"
def get_attributes(obj):