Skip to content

Commit

Permalink
Fix python import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
pvannierop committed Aug 22, 2023
1 parent debb95f commit af2da1d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/src/main/scripts/importer/updateOncokbAnnotations.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,11 @@
import argparse
import importlib
import logging.handlers
import os
import sys
import MySQLdb
from pathlib import Path
from cbioportal_common import get_database_properties, get_db_cursor
from . import libImportOncokb
import libImportOncokb


# configure relative imports if running as a script; see PEP 366
Expand Down

0 comments on commit af2da1d

Please sign in to comment.