Skip to content

Commit

Permalink
remove unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
linglp committed Feb 17, 2025
1 parent 45f87e1 commit 0d67245
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions schematic/manifest/generator.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import json
import logging
import os
import re
from collections import OrderedDict
from pathlib import Path
from typing import Dict, List, Literal, Optional, Tuple, Union
Expand Down Expand Up @@ -33,7 +32,6 @@
extract_component_validation_rules,
)
from schematic.utils.validate_utils import rule_in_rule_list
from googleapiclient.errors import HttpError

logger = logging.getLogger(__name__)
tracer = trace.get_tracer("Schematic")
Expand Down

0 comments on commit 0d67245

Please sign in to comment.