Skip to content
This repository was archived by the owner on Feb 3, 2021. It is now read-only.

Commit 82ad029

Browse files
authored
Bug: add gitattributes file (#470)
Bug: line endings, add gitattributes file
1 parent ee1e61b commit 82ad029

File tree

4 files changed

+904
-903
lines changed

4 files changed

+904
-903
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* text eol=lf

aztk/spark/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
from .models import *
2-
from .client import Client
1+
from .models import *
2+
from .client import Client

0 commit comments

Comments
 (0)