Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nayib-jose-gloria committed Sep 18, 2023
1 parent e0f6947 commit 7b9d998
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cellxgene_schema_cli/cellxgene_schema/write_labels.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import logging
import traceback
from base64 import b85encode
from typing import Dict, List, Optional

from base64 import b85encode
import pandas as pd
import numpy as np
import pandas as pd
from xxhash import xxh3_64_intdigest

from cellxgene_schema import ontology
Expand Down

0 comments on commit 7b9d998

Please sign in to comment.