Skip to content

Commit

Permalink
Fix relative imports
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleAalbers committed Sep 16, 2022
1 parent 81fb4af commit b33426c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion paltas/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import pandas as pd
from paltas.Configs.config_handler import ConfigHandler

from .Utils.cli_maker import make_cli
from Utils.cli_maker import make_cli


def generate_from_config(config_path, save_folder, n=1, save_png_too=False, tf_record=False):
Expand Down
2 changes: 1 addition & 1 deletion paltas/robustness_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import string
import os

from .Utils.cli_maker import make_cli
from Utils.cli_maker import make_cli

config_header = """\
import sys
Expand Down

0 comments on commit b33426c

Please sign in to comment.