Skip to content

Commit

Permalink
make pylint happy again
Browse files Browse the repository at this point in the history
So sorry to do this on main 😭
  • Loading branch information
vankesteren committed Feb 23, 2024
1 parent 9cb7e89 commit 8a8d1a4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions metasyncontrib/disclosure/numerical.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
"""Module that contains a class useful for both discrete and continuous distributions."""
from __future__ import annotations
from typing import Union
from collections.abc import Sequence

import polars as pl

from metasyn.distribution.base import BaseDistribution

Expand Down

0 comments on commit 8a8d1a4

Please sign in to comment.