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

    re65c3ba r2d81cfe  
    3939        os.makedirs(CUSTOM_MODEL_PATH) 
    4040 
     41# pylint: disable=unused-import 
    4142try: 
    4243    from typing import List, Union, Optional, Any 
     
    4546except ImportError: 
    4647    pass 
     48# pylint: enable=unused-import 
    4749 
    4850# TODO: refactor composite model support 
Note: See TracChangeset for help on using the changeset viewer.