Skip to content

Commit 32bd2ec

Browse files
Drop # -*- coding: utf-8 -*- from files (#154)
1 parent cdf0ce5 commit 32bd2ec

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+0
-55
lines changed

docs/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/env python
2-
# -*- coding: utf-8 -*-
32
#
43
# hcloud documentation build configuration file, created by
54
# sphinx-quickstart on Fri Jun 9 13:47:02 2017.

hcloud/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
# -*- coding: utf-8 -*-
2-
31
from .hcloud import Client, APIException # noqa

hcloud/actions/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
# -*- coding: utf-8 -*-

hcloud/actions/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
import time
32

43
from hcloud.core.client import ClientEntityBase, BoundModelBase

hcloud/actions/domain.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
from dateutil.parser import isoparse
32

43
from hcloud.core.domain import BaseDomain

hcloud/certificates/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
# -*- coding: utf-8 -*-

hcloud/certificates/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
from hcloud.actions.client import BoundAction
32
from hcloud.core.client import ClientEntityBase, BoundModelBase, GetEntityByNameMixin
43

hcloud/certificates/domain.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
from dateutil.parser import isoparse
32

43
from hcloud.core.domain import BaseDomain, DomainIdentityMixin

hcloud/core/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
# -*- coding: utf-8 -*-

hcloud/core/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
from hcloud.core.domain import add_meta_to_result
32

43

0 commit comments

Comments
 (0)