Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
Fix import order?
Browse files Browse the repository at this point in the history
  • Loading branch information
Porges authored Sep 29, 2022
1 parent 311fcb7 commit d4d19a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/onefuzz/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
import socket
import sys
import traceback
import urllib3.connection
from enum import Enum
from typing import (
Any,
Expand All @@ -33,6 +32,7 @@
from uuid import UUID

import jmespath
import urllib3.connection
from docstring_parser import parse as parse_docstring
from msrest.serialization import Model
from onefuzztypes.models import SecretData
Expand Down

0 comments on commit d4d19a6

Please sign in to comment.