Skip to content

Commit

Permalink
config: remove configwritermixin
Browse files Browse the repository at this point in the history
  • Loading branch information
karthik11135 committed Jan 3, 2025
1 parent 8a0690d commit 956c3b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ Josh Shields <[email protected]>
Karan Desai <[email protected]>
Karan Desai <[email protected]> karandesai-96 <[email protected]>

Karthik Rishinarada <[email protected]>

Kaushik Varanasi <[email protected]>
Kaushik Varanasi <[email protected]> kaushik94 <[email protected]>

Expand Down
3 changes: 1 addition & 2 deletions tardis/io/configuration/config_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@
import os
import pprint

import pandas as pd
import yaml
from astropy import units as u

from tardis.io.configuration import config_validator
from tardis.io.model.readers.csvy import load_yaml_from_csvy
from tardis.io.util import HDFWriterMixin, YAMLLoader, yaml_load_file
from tardis.io.util import YAMLLoader, yaml_load_file

pp = pprint.PrettyPrinter(indent=4)

Expand Down

0 comments on commit 956c3b1

Please sign in to comment.