Skip to content

Commit 701a824

Browse files
committed
missing import
1 parent 07107a7 commit 701a824

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="staroid", # Replace with your own username
8-
version="0.0.6",
8+
version="0.0.7",
99
license='MIT',
1010
author="Staroid",
1111
author_email="support@staroid.com",

staroid/namespace.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import json
44
import subprocess
55
import atexit
6+
import time
67
from .commit import Commit
78

89
class Namespace:

0 commit comments

Comments
 (0)