Skip to content

Commit

Permalink
lint, #273
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Kauzmann <[email protected]>
  • Loading branch information
zepumph committed Jul 24, 2024
1 parent b2146d7 commit 4fb1565
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions js/buoyancy/model/applications/Bottle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ import ApplicationsMass, { ApplicationsMassOptions } from './ApplicationsMass.js
import NumberIO from '../../../../../tandem/js/types/NumberIO.js';
import DensityBuoyancyCommonConstants from '../../../common/DensityBuoyancyCommonConstants.js';
import MaterialProperty from '../../../common/model/MaterialProperty.js';
import ReferenceIO from '../../../../../tandem/js/types/ReferenceIO.js';
import IOType from '../../../../../tandem/js/types/IOType.js';

// constants (in logical coordinates)
const BODY_CORNER_RADIUS = 0.02; // Used both between the taper/body and between the body/base
Expand Down
1 change: 0 additions & 1 deletion js/common/model/Mass.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ import BlendedVector2Property from './BlendedVector2Property.js';
import { GuardedNumberProperty, GuardedNumberPropertyOptions } from './GuardedNumberProperty.js';
import DensityBuoyancyCommonConstants from '../DensityBuoyancyCommonConstants.js';
import MaterialProperty, { MaterialPropertyOptions } from './MaterialProperty.js';
import ReferenceIO from '../../../../tandem/js/types/ReferenceIO.js';

// For the Buoyancy Shapes screen, but needed here because setRatios is included in each core type
// See https://github.com/phetsims/buoyancy/issues/29
Expand Down
2 changes: 0 additions & 2 deletions js/common/model/Pool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ import Utils from '../../../../dot/js/Utils.js';
import PoolScale from './PoolScale.js';
import PhysicsEngine from './PhysicsEngine.js';
import Gravity from './Gravity.js';
import ReferenceIO from '../../../../tandem/js/types/ReferenceIO.js';
import IOType from '../../../../tandem/js/types/IOType.js';
import MaterialProperty from './MaterialProperty.js';

export type FluidSelectionType = 'justWater' | 'simple' | 'all';
Expand Down

0 comments on commit 4fb1565

Please sign in to comment.