small update
This commit is contained in:
parent
77bf7e6923
commit
14f9490252
|
@ -58,6 +58,7 @@ t.sh
|
||||||
**/unittest/**
|
**/unittest/**
|
||||||
!unittest/**.py
|
!unittest/**.py
|
||||||
!unittest/**.sh
|
!unittest/**.sh
|
||||||
|
!unittest/**.md
|
||||||
|
|
||||||
dist/
|
dist/
|
||||||
dist/*
|
dist/*
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Adapted from Tevatron (https://github.com/texttron/tevatron)
|
|
||||||
|
|
||||||
from argparse import ArgumentParser
|
from argparse import ArgumentParser
|
||||||
import logging
|
import logging
|
||||||
|
|
Loading…
Reference in New Issue