Skip to content

Commit

Permalink
fix (GenomicAnnotationOnDisk): remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuchcn committed Jun 29, 2023
1 parent 9a92ecf commit 8685d08
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions moPepGen/gtf/GenomicAnnotationOnDisk.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
from __future__ import annotations
from typing import Dict, IO, Union, Tuple
import io
import gzip
import lzma
from pathlib import Path
from moPepGen import err
from moPepGen.version import MetaVersion
Expand Down

0 comments on commit 8685d08

Please sign in to comment.