Skip to content

Commit

Permalink
remove BLANK_PATTERN
Browse files Browse the repository at this point in the history
  • Loading branch information
lpalgarvio committed Jul 26, 2022
1 parent b168478 commit 92545dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion netjsonconfig/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

DEFAULT_FILE_MODE = '0644'
X509_FILE_MODE = '0600'
BLANK_PATTERN = '(\s)'
VAR_PATTERN = '([{]{2}.*[}]{2})'
MAC_PATTERN = '([0-9A-Fa-f]{2}[:-]){5}([0-9A-Fa-f]{2})'
MAC_VAR_PATTERN = '^({0}|{1})$'.format(MAC_PATTERN, VAR_PATTERN)
Expand Down

0 comments on commit 92545dd

Please sign in to comment.