Skip to content

Commit

Permalink
chore: appease linter
Browse files Browse the repository at this point in the history
Signed-off-by: Will Murphy <[email protected]>
  • Loading branch information
willmurphyscode committed Sep 24, 2024
1 parent fef0943 commit 281f480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vunnel/providers/mariner/generate_models.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import os
import tempfile
from parser import VERSION_TO_FILENAME, VERSION_TO_URL
from subprocess import PIPE, Popen

import requests
from parser import VERSION_TO_FILENAME, VERSION_TO_URL


def download_version(version: str, dest_dir: str) -> None:
Expand Down

0 comments on commit 281f480

Please sign in to comment.