Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson committed Nov 27, 2023
1 parent 8e06031 commit ce77a42
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/gene/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@

import click

from gene.database import (
create_db,
)
from gene.database import create_db
from gene.database.database import DatabaseException
from gene.etl.update import update_all_sources, update_normalized, update_source
from gene.schemas import SourceName
Expand Down

0 comments on commit ce77a42

Please sign in to comment.