squashfix: remove unneeded thing

pull/393/head
Nathan Daly 2018-09-12 10:49:14 -04:00
rodzic 29b15b325c
commit 0fbba562e8
1 zmienionych plików z 0 dodań i 3 usunięć

Wyświetl plik

@ -22,9 +22,6 @@ class JuliaBuildPack(CondaBuildPack):
'1': '1.0.0',
}
def _short_version(version_str):
return '.'.join(version_str.split('.')[:2])
@property
def julia_version(self):
require = self.binder_path('REQUIRE')