Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress committed Mar 2, 2024
1 parent b4e8eec commit 1448a5d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/core/src/lib/attribute/gl-utils.ts
@@ -1,6 +1,5 @@
import {GL} from '@luma.gl/constants';
import {getTypedArrayFromDataType, getDataTypeFromTypedArray} from '@luma.gl/core';
import type {BufferAttributeLayout, TypedArray, VertexType, VertexFormat} from '@luma.gl/core';
import type {BufferAttributeLayout, VertexType, VertexFormat} from '@luma.gl/core';
import type {TypedArrayConstructor} from '../../types/types';
import type {BufferAccessor, DataColumnSettings} from './data-column';

Expand Down

0 comments on commit 1448a5d

Please sign in to comment.