Skip to content

Commit

Permalink
break locally to unbreak in CI 🤷
Browse files Browse the repository at this point in the history
  • Loading branch information
Lendemor committed Sep 21, 2024
1 parent d195b57 commit eb6fec0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benchmarks/benchmark_package_size.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import os
from pathlib import Path

from .utils import get_directory_size, get_python_version, send_data_to_posthog
from utils import get_directory_size, get_python_version, send_data_to_posthog


def get_package_size(venv_path: Path, os_name):
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/benchmark_web_size.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import os
from pathlib import Path

from .utils import get_directory_size, send_data_to_posthog
from utils import get_directory_size, send_data_to_posthog


def insert_benchmarking_data(
Expand Down

0 comments on commit eb6fec0

Please sign in to comment.