Skip to content

Commit

Permalink
Get error from session down to create_channel_decl
Browse files Browse the repository at this point in the history
Fixes #714
  • Loading branch information
mhadhbir committed Feb 10, 2022
1 parent 085440c commit 4c896d8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion rflx/specification/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import logging
from collections import OrderedDict, defaultdict
from dataclasses import dataclass
from distutils.log import error
from pathlib import Path
from typing import Callable, Dict, List, Mapping, Optional, Sequence, Set, Tuple, Type, Union

Expand Down
1 change: 0 additions & 1 deletion tests/unit/specification/grammar_test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from distutils.log import error
from pathlib import Path

import librflxlang as lang
Expand Down

0 comments on commit 4c896d8

Please sign in to comment.