Skip to content

Commit

Permalink
removed no longer necessary absolute_import declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
de-code committed Apr 3, 2021
1 parent 39e5de4 commit 7742d89
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tqdm/cli.py
@@ -1,8 +1,6 @@
"""
Module version for monitoring CLI pipes (`... | python -m tqdm | ...`).
"""
from __future__ import absolute_import

import logging
import re
import sys
Expand Down

0 comments on commit 7742d89

Please sign in to comment.