github-code-scanning[bot] commented on code in PR #756:
URL:
https://github.com/apache/incubator-baremaps/pull/756#discussion_r1306405775
##########
basemap/layers/landuse/background.js:
##########
@@ -9,7 +9,7 @@
or implied. See the License for the specific language governing permissions
and limitations under
the License.
**/
-import {withFillSortKey, asLayoutProperty, asPaintProperty} from
"../../utils/utils.js";
+import {withFillSortKey, asLayoutProperty, asPaintProperty, asLayerObject,
withSortKeys} from "../../utils/utils.js";
Review Comment:
## Unused variable, import, function or class
Unused imports asLayoutProperty, asPaintProperty, withFillSortKey.
[Show more
details](https://github.com/apache/incubator-baremaps/security/code-scanning/786)
##########
basemap/layers/landuse/overlay.js:
##########
@@ -9,18 +9,18 @@
or implied. See the License for the specific language governing permissions
and limitations under
the License.
**/
-import {asLayerObject, withFillSortKey} from "../../utils/utils.js";
+import {asLayerObject, withFillSortKey, withSortKeys} from
"../../utils/utils.js";
Review Comment:
## Unused variable, import, function or class
Unused import withFillSortKey.
[Show more
details](https://github.com/apache/incubator-baremaps/security/code-scanning/787)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]