Changeset 2d81cfe in sasmodels for sasmodels/kernelcl.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/kernelcl.py

    rc1114bf r2d81cfe  
    7474from .kernel import KernelModel, Kernel 
    7575 
     76# pylint: disable=unused-import 
    7677try: 
    7778    from typing import Tuple, Callable, Any 
     
    8081except ImportError: 
    8182    pass 
     83# pylint: enable=unused-import 
    8284 
    8385# CRUFT: pyopencl < 2017.1  (as of June 2016 needs quotes around include path) 
Note: See TracChangeset for help on using the changeset viewer.