Skip to content

Commit

Permalink
fix: imports
Browse files Browse the repository at this point in the history
  • Loading branch information
alufers committed May 16, 2022
1 parent 4e48b7e commit 3efff22
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions mitmproxy2swagger/mitmproxy2swagger.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
import argparse
import ruamel.yaml
import re
import swagger_util
from har_capture_reader import HarCaptureReader, har_archive_heuristic
from mitmproxy_capture_reader import MitmproxyCaptureReader, mitmproxy_dump_file_huristic
import console_util
import mitmproxy2swagger.console_util
from mitmproxy2swagger.har_capture_reader import HarCaptureReader, har_archive_heuristic
from mitmproxy2swagger.mitmproxy_capture_reader import MitmproxyCaptureReader, mitmproxy_dump_file_huristic
import mitmproxy2swagger.console_util

def path_to_regex(path):
# replace the path template with a regex
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mitmproxy2swagger"
version = "0.5.0"
version = "0.5.1"
description = ""
authors = ["alufers <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 3efff22

Please sign in to comment.