Skip to content

Commit 56bd2eb

Browse files
committed
Add PEP263 compliant encoding annotations
1 parent da08f72 commit 56bd2eb

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

torch/linalg/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# -*- coding: utf-8 -*-
12
import sys
23

34
import torch

torch/nn/modules/fold.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# coding=utf-8
1+
# -*- coding: utf-8 -*-
22
from .module import Module
33
from .. import functional as F
44

0 commit comments

Comments
 (0)