mirror of
https://github.com/beetbox/beets.git
synced 2026-01-26 01:55:35 +01:00
added encoding as comment
last file for encoding check python3 file without license
This commit is contained in:
parent
6b408507f6
commit
f5eca77117
1 changed files with 2 additions and 0 deletions
|
|
@ -1,4 +1,6 @@
|
|||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
"""A utility script for automating the beets release process.
|
||||
"""
|
||||
import click
|
||||
|
|
|
|||
Loading…
Reference in a new issue