Skip to content

Commit

Permalink
More pylint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
KjellRanda committed Nov 13, 2023
1 parent d1f3fe9 commit 7314920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion powerprice.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from io import StringIO, BytesIO
import re
import requests
import lxml.etree as ET
from lxml import etree as ET

xslt='''<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="xml" indent="no"/>
Expand Down

0 comments on commit 7314920

Please sign in to comment.