Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
antoine-tran committed Jan 20, 2025
1 parent 2f693cc commit c807d35
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/evaluation/prepare_evaluation_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
import json
import logging
from dataclasses import dataclass
import os
from pathlib import Path
from typing import Literal, Optional

Expand Down Expand Up @@ -227,8 +226,6 @@ async def embed(
)(InstSonarEmbedder)

inst_stopes_module = wrapped_cls(input_config, output_config, inst_sonar_config)

# qos = os.getenv("LCM_QOS", "learn")

launcher = Launcher(
cache=None,
Expand Down

0 comments on commit c807d35

Please sign in to comment.