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

    re65c3ba r2d81cfe  
    1616 
    1717# Optional typing 
     18# pylint: disable=unused-import 
    1819try: 
    1920    from typing import Tuple, List, Union, Dict, Optional, Any, Callable, Sequence, Set 
     
    3031    TestValue = Union[float, List[float]] 
    3132    TestCondition = Tuple[ParameterSetUser, TestInput, TestValue] 
     33# pylint: enable=unused-import 
    3234 
    3335# If MAX_PD changes, need to change the loop macros in kernel_iq.c 
Note: See TracChangeset for help on using the changeset viewer.