diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-05-13 14:49:55 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-05-13 14:49:55 +0200 |
| commit | 96a1562e93a6fd6b8715608800c5d7909deafcb5 (patch) | |
| tree | bf30cc7ef8aa0bd93e9e65ca4d86543da0044e52 | |
| parent | edf6f9a9f2e3b4ac0f10c271731eb8a5f3429c88 (diff) | |
category count
| -rw-r--r-- | cli/commands/bridge/finnegan.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/commands/bridge/finnegan.py b/cli/commands/bridge/finnegan.py index c914d88..376ff7b 100644 --- a/cli/commands/bridge/finnegan.py +++ b/cli/commands/bridge/finnegan.py @@ -86,4 +86,4 @@ class Finneganizer: continue if word != word_a: results.append(word) - return results + return results |
