Fix typing errors

This commit is contained in:
Mikhail f. Shiryaev 2022-11-28 17:31:22 +01:00
parent 7cddfbe9f9
commit cf8c904b61
No known key found for this signature in database
GPG Key ID: 4B02ED204C7D93F4

View File

@ -1,12 +1,14 @@
#!/usr/bin/env python3
import requests
import argparse
import jwt
import sys
import json
import time
import boto3 # type: ignore
import jwt
import requests # type: ignore
def get_installation_id(jwt_token):
headers = {
@ -51,8 +53,6 @@ def get_runner_registration_token(access_token):
def get_key_and_app_from_aws():
import boto3
secret_name = "clickhouse_github_secret_key"
session = boto3.session.Session()
client = session.client(