Skip to content

Commit

Permalink
fixed typowq
Browse files Browse the repository at this point in the history
  • Loading branch information
paolap committed Aug 13, 2024
1 parent 4f1cfab commit 5901565
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/mopdb/mopdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

from mopdb.mopdb_utils import (mapping_sql, cmorvar_sql, read_map,
read_map_app4, create_table, write_cmor_table, update_db)
from mopdb.utils import (config_log, db_connect, query, delete_record)
from mopdb.utils import (db_connect, query, delete_record)
from mopdb.mopdb_map import (write_varlist, write_map_template,
write_catalogue, map_variables, load_vars, get_map_obj)

Expand Down Expand Up @@ -109,7 +109,6 @@ def mopdb(ctx, debug):
ctx.obj={}
# set up a default value for flow if none selected for logging
ctx.obj['debug'] = debug
#mopdb_log = config_log(debug, logname='mopdb_log')


@mopdb.command(name='check')
Expand Down
4 changes: 2 additions & 2 deletions src/mopper/mopper.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
ij_axis, ll_axis, define_grid, get_coords, get_axis_dim,
require_bounds, get_bounds, get_attrs, extract_var, define_attrs)
from mopper.mop_setup import setup_env, var_map, manage_env
from mopper.setup_utils import create_exp_json, edit_json_cv, write_config,
populate_db, count_rows, sum_file_sizes, filelist_sql, write_job
from mopper.setup_utils import (create_exp_json, edit_json_cv, write_config,
populate_db, count_rows, sum_file_sizes, filelist_sql, write_job)
from mopdb.mopdb_utils import db_connect, create_table, query

warnings.simplefilter(action='ignore', category=FutureWarning)
Expand Down

0 comments on commit 5901565

Please sign in to comment.