Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
silasary committed Feb 10, 2020
1 parent ed1da08 commit dea7984
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -10,7 +10,7 @@ services:
- mysql
env:
global:
- mysql_user=root slow_query=999
- mysql_user=root slow_query=999.0
matrix:
- CMD="python dev.py tests"
- CMD="python dev.py mypy"
Expand Down
2 changes: 1 addition & 1 deletion rotation_script/rotation_script.py
@@ -1,10 +1,10 @@
import datetime
import fileinput
import os
import shutil
import subprocess
from collections import Counter
from typing import Dict, List, Set
import shutil

import ftfy

Expand Down

0 comments on commit dea7984

Please sign in to comment.