diff --git a/docs/parsers/iwconfig.md b/docs/parsers/iwconfig.md index 1f0ef642..c182991f 100644 --- a/docs/parsers/iwconfig.md +++ b/docs/parsers/iwconfig.md @@ -51,7 +51,6 @@ Schema: } ] - Examples: $ iwconfig | jc --iwconfig -p diff --git a/jc/parsers/iwconfig.py b/jc/parsers/iwconfig.py index aa73d43f..fd53c7e1 100644 --- a/jc/parsers/iwconfig.py +++ b/jc/parsers/iwconfig.py @@ -46,7 +46,6 @@ Schema: } ] - Examples: $ iwconfig | jc --iwconfig -p @@ -78,7 +77,6 @@ Examples: "missed_beacon": 0 } ] - """ import re from typing import List, Dict