Skip to content

Commit

Permalink
configen/utils.py: rm unused import (facebookresearch#2729)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasha10 authored Jul 25, 2023
1 parent f4595aa commit b5ff661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/configen/configen/utils.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved
import sys
from enum import Enum
from typing import Any, Dict, Iterable, List, Optional, Set, Tuple
from typing import Any, Dict, Iterable, List, Optional, Set

from omegaconf._utils import (
_resolve_optional,
Expand Down

0 comments on commit b5ff661

Please sign in to comment.