Skip to content

Commit

Permalink
run isort
Browse files Browse the repository at this point in the history
  • Loading branch information
sjvenditto committed Feb 6, 2025
1 parent c5eb1b4 commit 2809164
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pynapple/core/metadata_class.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
import copy
import itertools
import warnings
from collections import UserDict
from numbers import Number
from typing import Union
from collections import UserDict
from .utils import is_array_like
import copy

import numpy as np
import pandas as pd
import itertools

from .utils import is_array_like


def add_meta_docstring(meta_func, sep="\n"):
Expand Down

0 comments on commit 2809164

Please sign in to comment.