clean up the __init__ file

release/4.3a0
Varun Agrawal 2021-10-18 09:16:49 -04:00
parent 108c77b57a
commit 7793a2ddc1
1 changed files with 11 additions and 5 deletions

View File

@ -1,6 +1,12 @@
from . import utils
from .gtsam import *
from .utils import findExampleDataFile
"""Module definition file for GTSAM"""
# pylint: disable=import-outside-toplevel, global-variable-not-assigned, possibly-unused-variable, import-error, import-self
import sys
from gtsam import gtsam, utils
from gtsam.gtsam import *
from gtsam.utils import findExampleDataFile
def _init():