Skip to content

Commit

Permalink
Removed require statements
Browse files Browse the repository at this point in the history
  • Loading branch information
NolanKingdon committed Sep 3, 2023
1 parent d79c516 commit 1275419
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions modules/default/weather/providers/localWrapper.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
const Class = require("../../../../js/class.js");

/* Wrapper to enable the injection of local sensor data */
const LocalWrapper = Class.extend({
baseProvider: null,
Expand Down
1 change: 0 additions & 1 deletion modules/default/weather/weatherprovider.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
const LocalWrapper = require("./providers/localWrapper.js");
/* global Class, performWebRequest */

/* MagicMirror²
Expand Down

0 comments on commit 1275419

Please sign in to comment.