Skip to content

Commit

Permalink
fix: remove unused import
Browse files Browse the repository at this point in the history
Signed-off-by: Zxilly <zhouxinyu1001@gmail.com>
  • Loading branch information
Zxilly committed Mar 18, 2021
1 parent dc9e5b5 commit 2f8801c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/enforcer.ts
Expand Up @@ -17,7 +17,6 @@ import { Model, newModel } from './model';
import { Adapter, FileAdapter, StringAdapter } from './persist';
import { getLogger } from './log';
import { arrayRemoveDuplicates } from './util';
import RuntimeError = WebAssembly.RuntimeError;

/**
* Enforcer = ManagementEnforcer + RBAC API.
Expand Down

0 comments on commit 2f8801c

Please sign in to comment.