Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Deaton <robert.deaton@freenome.com>
  • Loading branch information
rdeaton-freenome committed Jul 31, 2024
1 parent e9a1ee3 commit eb3256d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions flytekit/clients/auth/auth_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,15 @@
import hashlib
import http.server as _BaseHTTPServer
import logging
import multiprocessing
import os
import re
import typing
import urllib.parse as _urlparse
import webbrowser
from dataclasses import dataclass
from http import HTTPStatus as _StatusCodes
from multiprocessing import get_context
from urllib.parse import urlencode as _urlencode
from queue import Queue
from urllib.parse import urlencode as _urlencode

import click
import requests
Expand Down

0 comments on commit eb3256d

Please sign in to comment.