Skip to content

Commit

Permalink
black lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasha10 committed Jan 18, 2024
1 parent 4fce07b commit 92a8d0e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion hydra/core/override_parser/overrides_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
import sys
from typing import Any, List, Optional

from omegaconf.vendor.antlr4.error.Errors import LexerNoViableAltException, RecognitionException
from omegaconf.vendor.antlr4.error.Errors import (
LexerNoViableAltException,
RecognitionException,
)

from hydra._internal.grammar import grammar_functions
from hydra._internal.grammar.functions import Functions
Expand Down

0 comments on commit 92a8d0e

Please sign in to comment.