Toggle navigation
Toggle navigation
This project
Loading...
Sign in
graykode
/
commit-autosuggestions
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
graykode
2020-09-09 18:25:10 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
39fccab9fe303de3b14819264ffc97ff92114cf3
39fccab9
1 parent
7d4d8762
(add) truncate in preprocess __init__
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
preprocess/__init__.py
preprocess/__init__.py
View file @
39fccab
...
...
@@ -12,8 +12,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from
.gitcommit
import
diff_parse
from
.gitcommit
import
diff_parse
,
truncate
__all__
=
[
'diff_parse'
'diff_parse'
,
'truncate'
,
]
\ No newline at end of file
...
...
Please
register
or
login
to post a comment