Removed accidental call to PICable

This commit is contained in:
2025-02-23 23:32:37 +00:00
parent 14cb74e4f1
commit 3e8a780ad4

View File

@@ -116,5 +116,3 @@ def PICable(owner, repository, token):
res += f"The repository {repository_url} is almost PICable. There are certain requirements which are almost met by this repository. Consult with a professor before proceeding. :warning:\n" res += f"The repository {repository_url} is almost PICable. There are certain requirements which are almost met by this repository. Consult with a professor before proceeding. :warning:\n"
return res return res
print(PICable("Enzo-Nunes", "SkyForge", "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"))