Skip to content

Commit

Permalink
Fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Dec 24, 2023
1 parent 2d09e30 commit 1e20218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dataset.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import DynamicQuantities:
DEFAULT_DIM_BASE_TYPE
import ...InterfaceDynamicQuantitiesModule: get_si_units, get_sym_units

import ..UtilsModule: subscriptify
import ..UtilsModule: subscriptify, get_base_type
import ..ProgramConstantsModule: BATCH_DIM, FEATURE_DIM, DATA_TYPE, LOSS_TYPE
#! format: off
import ...deprecate_varmap
Expand Down

0 comments on commit 1e20218

Please sign in to comment.