Skip to content

Commit

Permalink
Remove unused imports in demo_C.js (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahsonder authored May 30, 2024
1 parent 0e1777f commit aa17a32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ and adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- Updated file paths for example files under docs to import the correct file.
- Added style and automatic layout tests for the `draw` function.
- Updated documentation, tests, and examples to reflect the `isClass` attribute being optional and set to `false` by default.
- Removed unused imports in `demo_C.js`.

## [0.1.0] - 2024-04-16

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,7 @@
* - ~/examples/automation_demo/more_specific_demos/draw_automated.svg
*/

const {
drawAutomated,
separateJSON,
getSize,
drawAutomatedOtherItems,
MemoryModel,
} = require("memory-viz");
const { drawAutomated } = require("memory-viz");
const fs = require("fs");

const WIDTH = 1300;
Expand Down

0 comments on commit aa17a32

Please sign in to comment.