Skip to content

Commit

Permalink
fix: added python source code encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
gavindsouza committed Apr 2, 2020
1 parent 6ea7d75 commit 9b6155d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bench/utils.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

# imports - standard imports
import errno
import glob
Expand Down

0 comments on commit 9b6155d

Please sign in to comment.