Skip to content

Commit 3443231

Browse files
committed
fixed mypy
1 parent c876f5e commit 3443231

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

env/integtest_tuning_agent.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ class MockTuningAgent(TuningAgent):
1414

1515

1616
class PostgresConnTests(unittest.TestCase):
17+
dbgym_cfg: DBGymConfig
18+
1719
@staticmethod
1820
def setUpClass() -> None:
1921
# If you're running the test locally, this check makes runs past the first one much faster.

0 commit comments

Comments
 (0)