Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix import
  • Loading branch information
kthoden committed Jul 19, 2019
1 parent 03c1a5d commit bfa5311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion idassigner.py
Expand Up @@ -9,13 +9,13 @@
__date__ = "20181127"
__author__ = "kthoden@mpiwg-berlin.mpg.de"

import utils.libeoaconvert as libeoaconvert
import argparse
import logging
import sys
from datetime import datetime
from lxml import etree
from copy import deepcopy
import libeoaconvert

logging.basicConfig(level=logging.DEBUG, format=' %(asctime)s - %(levelname)s - %(message)s')

Expand Down

0 comments on commit bfa5311

Please sign in to comment.