Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 31, 2021
1 parent d581d2a commit 042de19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/virtualenv/seed/wheels/periodic_update.py
Expand Up @@ -6,10 +6,10 @@

import json
import logging
import os
import ssl
import subprocess
import sys
import os
from datetime import datetime, timedelta
from itertools import groupby
from shutil import copy2
Expand Down Expand Up @@ -236,7 +236,7 @@ def _run_do_update(app_data, distribution, embed_filename, for_py_version, perio
search_dirs=search_dirs,
app_data=app_data,
to_folder=wheelhouse,
env=os.environ
env=os.environ,
)
if dest is None or (u_log.versions and u_log.versions[0].filename == dest.name):
break
Expand Down

0 comments on commit 042de19

Please sign in to comment.