Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
CiaranMn committed Jan 14, 2025
1 parent 6005b1d commit 739331e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
import {
blockProtocolDataTypes,
systemDataTypes,
} from "@local/hash-isomorphic-utils/ontology-type-ids";
import { blockProtocolDataTypes } from "@local/hash-isomorphic-utils/ontology-type-ids";

import type { MigrationFunction } from "../types";
import { createSystemDataTypeIfNotExists } from "../util";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import {
blockProtocolDataTypes,
blockProtocolPropertyTypes,
systemDataTypes,
systemPropertyTypes,
} from "@local/hash-isomorphic-utils/ontology-type-ids";
import { linkEntityTypeUrl } from "@local/hash-subgraph";
Expand Down

0 comments on commit 739331e

Please sign in to comment.