Skip to content

Commit

Permalink
Remove imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
twstokes committed Jan 26, 2022
1 parent a0cba83 commit 4f66ab4
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion scraper/targets/arris_modem.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
from ..target import Target
from ..items import InfluxableItem


class ArrisModem(Target):
"""
Target subclass that represents an Arris modem model
Expand Down
2 changes: 0 additions & 2 deletions scraper/targets/arris_modem_CM820A.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
"""
from lxml import html

from ..target import Target
from ..items import InfluxableItem
from .arris_modem import ArrisModem, UpstreamItem, DownstreamItem

class ArrisModemCM820A(ArrisModem):
Expand Down
2 changes: 0 additions & 2 deletions scraper/targets/arris_modem_SB6183.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
"""
from lxml import html

from ..target import Target
from ..items import InfluxableItem
from bs4 import BeautifulSoup
from .arris_modem import ArrisModem, UpstreamItem, DownstreamItem

Expand Down
2 changes: 0 additions & 2 deletions scraper/targets/arris_modem_TM1602AP2.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
"""
from lxml import html

from ..target import Target
from ..items import InfluxableItem
from .arris_modem import ArrisModem, UpstreamItem, DownstreamItem

class ArrisModemTM1602AP2(ArrisModem):
Expand Down

0 comments on commit 4f66ab4

Please sign in to comment.