10000 datemagic · ilovejs/python_reference@692e1f9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 692e1f9

Browse files
committed
datemagic
1 parent b7550e3 commit 692e1f9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ipython_magic/datemagic.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ class DateMagic(Magics):
5454
@argument('-y', '--python', action='store_true', help='prints Python version')
5555
@argument('-i', '--ipython', action='store_true', help='prints IPython version')
5656
@argument('-p', '--packages', action=str, help='prints versions of Python modules and packages')
57-
@line_magic
5857
def date(self, line):
5958
"""
6059
IPython magic function for printing the current date, time, Python,

0 commit comments

Comments
 (0)
0