Skip to content

Commit

Permalink
Not required anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
arjxn-py committed Dec 13, 2024
1 parent 3985174 commit 012f607
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/occ-worker/src/occapi/any.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { OCC } from '@jupytercad/opencascade';
import { IAny, IJCadContent } from '@jupytercad/schema';

import { setShapePlacement } from './common';
import { _loadObjectFile } from './loadObjectFile';

export function _Any(
Expand All @@ -14,7 +13,5 @@ export function _Any(
type: Type,
placement: Placement
});
if (result) {
return setShapePlacement(result, Placement);
}
return result;
}

0 comments on commit 012f607

Please sign in to comment.