Skip to content

Commit

Permalink
Adding missing import statement again.
Browse files Browse the repository at this point in the history
  • Loading branch information
apacha committed Nov 15, 2023
1 parent 5036d0c commit 9d31de1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mung/grammar.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
import logging
import pprint
from typing import Tuple, List, Set, Dict
import os


class DependencyGrammarParseError(ValueError):
Expand Down

0 comments on commit 9d31de1

Please sign in to comment.