reinstalled "NOQA" keyword for "import math"
This commit is contained in:
parent
ab3415d44e
commit
23a57ec78f
|
@ -1,7 +1,8 @@
|
|||
#!/usr/bin/env python2.7
|
||||
# -*- coding: UTF-8 no BOM -*-
|
||||
|
||||
import os,re,sys,math,collections
|
||||
import os,re,sys,collections
|
||||
import math # noqa
|
||||
import numpy as np
|
||||
from optparse import OptionParser
|
||||
import damask
|
||||
|
|
Loading…
Reference in New Issue