Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 844fc8a

Browse files
committed
minor cleanup
1 parent 0e23521 commit 844fc8a

2 files changed

Lines changed: 0 additions & 13 deletions

File tree

lib/controller/checks.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
from lib.core.common import trimAlphaNum
4040
from lib.core.common import wasLastRequestDBMSError
4141
from lib.core.common import wasLastRequestHTTPError
42-
from lib.core.common import DynamicContentItem
4342
from lib.core.data import conf
4443
from lib.core.data import kb
4544
from lib.core.data import logger

lib/core/common.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -155,18 +155,6 @@ def write(self, fp):
155155

156156
fp.write("\n")
157157

158-
class DynamicContentItem:
159-
"""
160-
Represents line in content page with dynamic properties (candidate
161-
for removal prior detection phase)
162-
"""
163-
164-
def __init__(self, lineNumber, pageTotal, lineContentBefore, lineContentAfter):
165-
self.lineNumber = lineNumber
166-
self.pageTotal = pageTotal
167-
self.lineContentBefore = lineContentBefore
168-
self.lineContentAfter = lineContentAfter
169-
170158
class Format:
171159
@staticmethod
172160
def humanize(values, chain=" or "):

0 commit comments

Comments
 (0)