diff options
Diffstat (limited to 'resources/tools/presentation/new/jumpavg/ClassifiedMetadataFactory.py')
-rw-r--r-- | resources/tools/presentation/new/jumpavg/ClassifiedMetadataFactory.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/tools/presentation/new/jumpavg/ClassifiedMetadataFactory.py b/resources/tools/presentation/new/jumpavg/ClassifiedMetadataFactory.py index 39b157f26b..7fdea7c162 100644 --- a/resources/tools/presentation/new/jumpavg/ClassifiedMetadataFactory.py +++ b/resources/tools/presentation/new/jumpavg/ClassifiedMetadataFactory.py @@ -11,7 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -import math +"""Module holding ClassifiedBitCountingMetadata class.""" from ClassifiedBitCountingMetadata import ClassifiedBitCountingMetadata |