Skip to content
This repository has been archived by the owner on Sep 3, 2020. It is now read-only.

Commit

Permalink
Obsolete code removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZdenekM committed Aug 3, 2020
1 parent 8d384dc commit 1bc706b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions arcor2_kinali/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +0,0 @@
import pkgutil


def version() -> str:
res = pkgutil.get_data(__name__, 'VERSION')
if not res:
return "unknown"
return res.decode().strip()

0 comments on commit 1bc706b

Please sign in to comment.