Skip to content

Commit

Permalink
chore: remove unused using statements
Browse files Browse the repository at this point in the history
  • Loading branch information
homuler committed Feb 28, 2021
1 parent 5b93a2a commit 1627ab1
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
using Mediapipe;
using System;
using System.Collections.Generic;
using UnityEngine;
using Google.Protobuf;

public class BoxTrackingGraph : OfficialDemoGraph {
protected override void PrepareDependentAssets() {
PrepareDependentAsset("ssdlite_object_detection.bytes");
Expand Down

0 comments on commit 1627ab1

Please sign in to comment.