Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
webjunkie committed Aug 22, 2024
1 parent 542ccb5 commit c233bb3
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions mypy-baseline.txt
Original file line number Diff line number Diff line change
Expand Up @@ -494,18 +494,6 @@ posthog/hogql/test/test_timings.py:0: error: No overload variant of "__setitem__
posthog/hogql/test/test_timings.py:0: note: Possible overload variants:
posthog/hogql/test/test_timings.py:0: note: def __setitem__(self, SupportsIndex, int, /) -> None
posthog/hogql/test/test_timings.py:0: note: def __setitem__(self, slice, Iterable[int], /) -> None
posthog/hogql/test/test_timings.py:0: error: Signature of "assertAlmostEquals" incompatible with supertype "TestCase" [override]
posthog/hogql/test/test_timings.py:0: note: Superclass:
posthog/hogql/test/test_timings.py:0: note: @overload
posthog/hogql/test/test_timings.py:0: note: def [_S: SupportsSub[Any, Any]] (self: TestCase, first: _S, second: _S, places: None, msg: Any, delta: _SupportsAbsAndDunderGE) -> None
posthog/hogql/test/test_timings.py:0: note: @overload
posthog/hogql/test/test_timings.py:0: note: def [_S: SupportsSub[Any, Any]] (self: TestCase, first: _S, second: _S, places: None = ..., msg: Any = ..., *, delta: _SupportsAbsAndDunderGE) -> None
posthog/hogql/test/test_timings.py:0: note: @overload
posthog/hogql/test/test_timings.py:0: note: def [_T] (self: TestCase, first: SupportsSub[_T, SupportsAbs[SupportsRound[object]]], second: _T, places: int | None = ..., msg: Any = ..., delta: None = ...) -> None
posthog/hogql/test/test_timings.py:0: note: @overload
posthog/hogql/test/test_timings.py:0: note: def [_T] (self: TestCase, first: _T, second: SupportsRSub[_T, SupportsAbs[SupportsRound[object]]], places: int | None = ..., msg: Any = ..., delta: None = ...) -> None
posthog/hogql/test/test_timings.py:0: note: Subclass:
posthog/hogql/test/test_timings.py:0: note: def assertAlmostEquals(self, a: Any, b: Any, epsilon: Any = ...) -> Any
posthog/hogql/test/test_resolver.py:0: error: Item "None" of "JoinExpr | None" has no attribute "next_join" [union-attr]
posthog/hogql/test/test_resolver.py:0: error: Item "None" of "JoinExpr | Any | None" has no attribute "constraint" [union-attr]
posthog/hogql/test/test_resolver.py:0: error: Item "None" of "JoinConstraint | Any | None" has no attribute "constraint_type" [union-attr]
Expand Down

0 comments on commit c233bb3

Please sign in to comment.