remove apparently unnecessary import of the src/mflux directory
This commit is contained in:
parent
0812d6252c
commit
43618154d3
@ -3,8 +3,6 @@ import os
|
||||
import sys
|
||||
import time
|
||||
|
||||
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
|
||||
|
||||
from mflux import Flux1, Config, ModelConfig
|
||||
|
||||
|
||||
|
||||
@ -2,8 +2,6 @@ import argparse
|
||||
import os
|
||||
import sys
|
||||
|
||||
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
|
||||
|
||||
from mflux import Flux1, ModelConfig
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user