Skip to content

Commit b034ee4

Browse files
committed
MAINT: Fix linting errors
1 parent 9e0b293 commit b034ee4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/piqtree/iqtree/_model_finder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import dataclasses
44
from collections.abc import Iterable
5-
from typing import Any, cast, reveal_type
5+
from typing import Any, cast
66

77
import yaml
88
from _piqtree import iq_model_finder

tests/test_iqtree/test_fit_tree.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
from typing import cast
2+
23
import numpy as np
34
import pytest
45
from cogent3 import get_app, make_tree

0 commit comments

Comments
 (0)