Add missing boilerplate.
This commit is contained in:
parent
cee1cbf65b
commit
bf138c9e8e
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
from __future__ import absolute_import, division, print_function
|
||||
__metaclass__ = type
|
||||
|
||||
import pytest
|
||||
|
||||
from packaging.version import InvalidVersion
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
from __future__ import absolute_import, division, print_function
|
||||
__metaclass__ = type
|
||||
|
||||
import argparse
|
||||
import os
|
||||
import re
|
||||
|
|
Loading…
Reference in a new issue