Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
noamteyssier committed Dec 11, 2021
1 parent 49099a3 commit 6af66bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,12 @@ sample_meta = adpb.get_meta()

## Example AnnData Function
Here is a function to generate
```
```python3
import numpy as np
import pandas as pd
import anndata as ad

def build_adat() -> ad.AnnData:
def build_adat():
"""
creates an anndata for testing
"""
Expand Down

0 comments on commit 6af66bd

Please sign in to comment.