Skip to content

Commit

Permalink
Drop unused code from dump_openapi_schema.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Jan 10, 2024
1 parent 5cd6254 commit 1188f8b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/dump_openapi_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import click
import yaml
from pydantic.networks import AnyUrl # url_regex,
from pydantic.networks import AnyUrl

from galaxy.webapps.galaxy.fast_app import get_openapi_schema

Expand All @@ -20,7 +20,6 @@ class YamlDumper(yaml.SafeDumper):


YamlDumper.add_representer(AnyUrl, _any_url_representer)
# YamlDumper.add_implicit_resolver("!anyurl", url_regex(), None)


@click.command("Write openapi schema to path")
Expand Down

0 comments on commit 1188f8b

Please sign in to comment.