Skip to content

Commit

Permalink
Remove unnecessary if
Browse files Browse the repository at this point in the history
  • Loading branch information
cccs-sgaron committed May 7, 2020
1 parent 470adc8 commit 37f2a7c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions iparse/iparse.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,9 +269,7 @@ def execute(self, request):
keys_dict = json.load(f)
self.known_keys = keys_dict['glossary']

patterns = None
if PatternMatch:
patterns = PatternMatch()
patterns = PatternMatch()

# Info.plist
main_exe = None
Expand Down

0 comments on commit 37f2a7c

Please sign in to comment.