Skip to content

Commit

Permalink
Merge pull request Turfjs#1757 from danvk/remove-unused-import
Browse files Browse the repository at this point in the history
Remove unused isObject import in @turf/distance
  • Loading branch information
mfedderly authored Mar 12, 2020
2 parents 2cb72f6 + 9a2af01 commit 572cfe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/turf-distance/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { getCoord } from '@turf/invariant';
import {
radiansToLength, isObject, degreesToRadians,
radiansToLength, degreesToRadians,
Coord, Units
} from '@turf/helpers';

Expand Down

0 comments on commit 572cfe1

Please sign in to comment.