Skip to content

Commit

Permalink
updated future import
Browse files Browse the repository at this point in the history
  • Loading branch information
keyaloding committed Jul 31, 2024
1 parent 7e2d138 commit 846856b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sleap_io/io/nwb.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Functions to write and read from the neurodata without borders (NWB) format."""

from __future__ import annotations
from copy import deepcopy
from typing import List, Optional, Union
from pathlib import Path
Expand All @@ -9,7 +9,6 @@
import sys
import os
import imageio.v3 as iio
from __future__ import annotations

import pandas as pd
import numpy as np
Expand Down

0 comments on commit 846856b

Please sign in to comment.