Skip to content

Commit

Permalink
Update rnn.py
Browse files Browse the repository at this point in the history
  • Loading branch information
clefourrier authored Jun 7, 2021
1 parent 5cae3cc commit 0800624
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pipeline/neural_translation/multilingual_rnns/rnn.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# Copyright (c) Facebook, Inc. and its affiliates.
#
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.
# This code is in the process of being integrated in fairseq.

from typing import Dict, List, Optional, Tuple, Union
from dataclasses import dataclass, field
Expand Down

0 comments on commit 0800624

Please sign in to comment.