Skip to content

Commit 9051da9

Browse files
committed
2 parents df497c3 + 889aa86 commit 9051da9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

example/test.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77

88
def main():
9-
109
with open('env/private.key', 'rb') as f_private:
1110
private_key = f_private.read()
1211
with open('env/app_id.key', 'r') as f_app_id:
@@ -37,6 +36,5 @@ def main():
3736
repo.create_file(file, "create: GithubApps",
3837
'---\nurl: content\nuser: user\nstarttime: "2022-04-11"\nendtime: "2022-07-11"\n---\n<reserve />', branch="reserve")
3938

40-
4139
if __name__ == "__main__":
4240
main()

0 commit comments

Comments
 (0)