Skip to content

Commit

Permalink
spring (haha) cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
soldni committed Oct 18, 2022
1 parent bfd28b0 commit 42e858e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/springs/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,12 @@
import inspect
import os
import re
import shutil
import sys
import warnings
from ast import literal_eval
from pathlib import Path
from textwrap import dedent
from typing import Any, Callable, Dict, Optional, Type, Union

import yaml
from omegaconf import DictConfig, OmegaConf
from typing import Any, Dict, Optional, Type


def clean_multiline(string: str) -> str:
Expand Down

0 comments on commit 42e858e

Please sign in to comment.