Skip to content

Commit

Permalink
[Remove] extraneous imports
Browse files Browse the repository at this point in the history
  • Loading branch information
g5t committed Sep 28, 2024
1 parent c123375 commit f14a0c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/mccode_antlr/reader/reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
from pathlib import Path
from loguru import logger
from dataclasses import dataclass, field
from antlr4.error.ErrorListener import ErrorListener
from sympy import ordered

from .registry import Registry, MCSTAS_REGISTRY, registries_match, registry_from_specification
from ..comp import Comp
Expand Down

0 comments on commit f14a0c9

Please sign in to comment.