getting pyflakes to ignore

This commit is contained in:
Martin Diehl 2016-03-01 19:06:00 +01:00
parent 329e4e5c22
commit 3b33d320b1
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# -*- coding: UTF-8 no BOM -*-
import os,re,sys
import math # noqa
import math # noqa
import numpy as np
from optparse import OptionParser
import damask