From 9f6269375feabe8376f27d02e41a1b569278c1af Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Tue, 10 May 2022 01:19:38 +1000 Subject: [PATCH] linting --- lib/api.dart | 4 ++-- lib/widget/location_display.dart | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/api.dart b/lib/api.dart index a799235b..51a414c3 100644 --- a/lib/api.dart +++ b/lib/api.dart @@ -22,7 +22,7 @@ import "package:inventree/user_profile.dart"; import "package:inventree/widget/snacks.dart"; import "package:path_provider/path_provider.dart"; -import 'api_form.dart'; +import "package:inventree/api_form.dart"; /* @@ -1202,7 +1202,7 @@ class InvenTreeAPI { } } - /** + /* * Send a request to the server to locate / identify either a StockItem or StockLocation */ Future locateItemOrLocation(BuildContext context, {int? item, int? location}) async { diff --git a/lib/widget/location_display.dart b/lib/widget/location_display.dart index 4b38bf4a..c1647eeb 100644 --- a/lib/widget/location_display.dart +++ b/lib/widget/location_display.dart @@ -3,7 +3,6 @@ import "package:flutter/material.dart"; import "package:font_awesome_flutter/font_awesome_flutter.dart"; import "package:inventree/api.dart"; -import 'package:inventree/api_form.dart'; import "package:inventree/app_colors.dart"; import "package:inventree/barcode.dart"; import "package:inventree/inventree/stock.dart";