Commit 58bcc17a authored by Chris Lamb's avatar Chris Lamb 👀
Browse files

Reflow comment.

Gbp-Dch: ignore
parent 8ee4e4ef
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -53,9 +53,8 @@ def specialize_as(cls, file):
    optimization, especially in cases where the Container contains hundreds of
    similar/small files. (This can be seen in the case of apktool and .smali
    files). In this case, this method can be used to essentially fix/force the
    type.
    Care should naturally be taken within Container implementations; such as
    checking the file extension and so forth.
    type. Care should naturally be taken within Container implementations;
    such as checking the file extension and so forth.
    """

    new_cls = type(cls.__name__, (cls, type(file)), {})