We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7550e3 commit 692e1f9Copy full SHA for 692e1f9
1 file changed
ipython_magic/datemagic.py
@@ -54,7 +54,6 @@ class DateMagic(Magics):
54
@argument('-y', '--python', action='store_true', help='prints Python version')
55
@argument('-i', '--ipython', action='store_true', help='prints IPython version')
56
@argument('-p', '--packages', action=str, help='prints versions of Python modules and packages')
57
- @line_magic
58
def date(self, line):
59
"""
60
IPython magic function for printing the current date, time, Python,
0 commit comments