Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
wangpatrick57 committed Dec 21, 2024
1 parent b728958 commit 6a713a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion env/integtest_tuning_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
import unittest
from typing import Any, Optional

from env.integtest_util import INTEGTEST_DBGYM_CFG, get_integtest_workspace_path, set_up_integtest_workspace
from env.integtest_util import (
INTEGTEST_DBGYM_CFG,
get_integtest_workspace_path,
set_up_integtest_workspace,
)
from env.tuning_agent import DBMSConfigDelta, TuningAgent


Expand Down
2 changes: 1 addition & 1 deletion env/integtest_util.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from pathlib import Path
import subprocess
from pathlib import Path

import yaml

Expand Down

0 comments on commit 6a713a7

Please sign in to comment.