remove apparently unnecessary import of the src/mflux directory

This commit is contained in:
Anthony Wu 2024-09-16 15:04:30 -07:00
parent 0812d6252c
commit 43618154d3
2 changed files with 0 additions and 4 deletions

View File

@ -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

View File

@ -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