Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain Lejamble committed Jun 17, 2020
1 parent 3a57df8 commit 79bbbed
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 70 deletions.
6 changes: 0 additions & 6 deletions .idea/inspectionProfiles/Project_Default.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/inspectionProfiles/profiles_settings.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/markovify.iml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

35 changes: 0 additions & 35 deletions .idea/workspace.xml

This file was deleted.

1 change: 0 additions & 1 deletion test/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import markovify
import sys, os
import operator
from pytest import raises

def get_sorted(chain_json):
return sorted(chain_json, key=operator.itemgetter(0))
Expand Down

0 comments on commit 79bbbed

Please sign in to comment.