Skip to content

Commit d2de58f

Browse files
committed
remove redundant imports
1 parent 1035357 commit d2de58f

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

src/access/parsers/mom_profiling.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"""
1515

1616
from access.parsers.profiling import ProfilingParser, _convert_from_string
17-
from pathlib import Path
1817
import re
1918

2019

src/access/parsers/profiling.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"""Classes and utilities to build profiling parsers for reading profiling data."""
55

66
from abc import ABC, abstractmethod
7-
from pathlib import Path
87
from typing import Any
98

109

tests/test_mom_profiling.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
import pytest
5-
from lark.exceptions import UnexpectedCharacters, UnexpectedEOF
65

76
from access.parsers.mom_profiling import MOM5ProfilingParser, MOM6ProfilingParser
87

0 commit comments

Comments
 (0)