reinstalled "NOQA" keyword for "import math"

This commit is contained in:
Philip Eisenlohr 2016-07-30 12:52:49 -04:00
parent ab3415d44e
commit 23a57ec78f
1 changed files with 2 additions and 1 deletions

View File

@ -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