Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep committed Jan 16, 2024
1 parent dd08e21 commit 99d3acd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scanpy/readwrite.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""Reading and Writing
"""
from __future__ import annotations

import json
from pathlib import Path, PurePath
from typing import BinaryIO, Dict, Literal, Optional, Tuple, Union
Expand Down

0 comments on commit 99d3acd

Please sign in to comment.