Skip to content

Commit 18e1539

Browse files
committed
Remove import-error.
The import error can occur when the user is using a personal license in lieu of a commercial one, where the API is installed and on the Python path.
1 parent e92ff7d commit 18e1539

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.pylintrc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,10 @@ disable=
103103
# We anticipate #3512 where it will become optional
104104
fixme,
105105
consider-alternative-union-syntax,
106-
relative-beyond-top-level
106+
relative-beyond-top-level,
107+
# Remove import error for clients without the Binary Ninja plugin installed,
108+
# as in non-commercial settings.
109+
import-error
107110

108111

109112
[REPORTS]

0 commit comments

Comments
 (0)