Changeset 2d81cfe in sasmodels for sasmodels/kernel.py


Ignore:
Timestamp:
Nov 29, 2017 1:13:23 PM (6 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, core_shell_microgels, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
237b800f
Parents:
a839b22
Message:

lint

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/kernel.py

    rbde38b5 r2d81cfe  
    1212from __future__ import division, print_function 
    1313 
    14 import numpy as np 
    15  
     14# pylint: disable=unused-import 
    1615try: 
    1716    from typing import List 
     
    1918    pass 
    2019else: 
     20    import numpy as np 
    2121    from .details import CallDetails 
    2222    from .modelinfo import ModelInfo 
    23     import numpy as np  # type: ignore 
     23# pylint: enable=unused-import 
    2424 
    2525class KernelModel(object): 
Note: See TracChangeset for help on using the changeset viewer.